From 9e193a6694d5891aed8360ea15b4259058dd8a80 Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Tue, 27 Aug 2024 15:18:32 +0530 Subject: [PATCH] Update test message --- src/config.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.test.ts b/src/config.test.ts index b18d500..4956ae2 100644 --- a/src/config.test.ts +++ b/src/config.test.ts @@ -88,7 +88,7 @@ const configTests = () => { 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 errorMsg = 'Gas price must be set in the client options when auto gas is used';