From c2a0b05c84462067456970de472e5240dd6a0cd9 Mon Sep 17 00:00:00 2001 From: Carlosokumu Date: Mon, 3 Mar 2025 12:12:46 +0300 Subject: [PATCH] fix: update expected content in checkbalance function --- 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 2a2263f..d8ef9b2 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, }, }