From b327b569fb9462b7ccade6f786ad1640d785484b Mon Sep 17 00:00:00 2001 From: Carlosokumu Date: Fri, 21 Mar 2025 09:05:51 +0300 Subject: [PATCH] fix failing test --- handlers/application/menuhandler_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/application/menuhandler_test.go b/handlers/application/menuhandler_test.go index d8ef9b2..2a2263f 100644 --- a/handlers/application/menuhandler_test.go +++ b/handlers/application/menuhandler_test.go @@ -1727,7 +1727,7 @@ func TestCheckBalance(t *testing.T) { publicKey: "0X98765432109", activeSym: "ETH", activeBal: "1.5", - expectedResult: resource.Result{Content: "balance: 1.50 ETH\n"}, + expectedResult: resource.Result{Content: "Balance: 1.50 ETH\n"}, expectError: false, }, }