forked from cerc-io/registry-sdk
Update test message
This commit is contained in:
parent
a145c0e0f1
commit
9e193a6694
@ -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';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user