fixed the TestCheckBalance by adjusting the expected result

This commit is contained in:
Alfred Kamanda 2025-10-09 13:39:30 +03:00
parent 606a551f60
commit 9878745861
Signed by: Alfred-mk
GPG Key ID: E60B2165A97F4D41

View File

@ -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,
},
}