From 987874586134664f7b2e575225343a8c2d63b354 Mon Sep 17 00:00:00 2001 From: Alfred Kamanda Date: Thu, 9 Oct 2025 13:39:30 +0300 Subject: [PATCH] fixed the TestCheckBalance by adjusting the expected result --- handlers/application/balance_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/application/balance_test.go b/handlers/application/balance_test.go index c8da2ea..6cf9d17 100644 --- a/handlers/application/balance_test.go +++ b/handlers/application/balance_test.go @@ -52,7 +52,7 @@ func TestCheckBalance(t *testing.T) { alias: "user72", activeSym: "SRF", activeBal: "10.967", - expectedResult: resource.Result{Content: "user72 balance: 10.96 SRF\n"}, + expectedResult: resource.Result{Content: "user72\nBalance: 10.96 SRF\n"}, expectError: false, }, }