Update test message
Some checks failed
Lint & Build / lint_and_build (20.x) (pull_request) Successful in 1m54s
Tests / sdk_tests (pull_request) Failing after 9m33s

This commit is contained in:
Prathamesh Musale 2024-08-27 15:18:32 +05:30
parent 75e302fd29
commit fea30985c5

View File

@ -88,7 +88,7 @@ const configTests = () => {
expect(result.bonds).toHaveLength(1); expect(result.bonds).toHaveLength(1);
}); });
test('Fees and gas price both not set', async () => { test('Error on fees and gas price both not set', async () => {
const testAccount = accounts[3]; const testAccount = accounts[3];
const errorMsg = 'Gas price must be set in the client options when auto gas is used'; const errorMsg = 'Gas price must be set in the client options when auto gas is used';