resolved error in the TestCheckBalance

This commit is contained in:
Alfred Kamanda 2024-12-03 13:35:14 +03:00
parent e979742424
commit 10586baf0d
Signed by: Alfred-mk
GPG Key ID: 7EA3D01708908703

View File

@ -1582,7 +1582,7 @@ func TestCheckBalance(t *testing.T) {
publicKey: "0X98765432109",
activeSym: "ETH",
activeBal: "1.5",
expectedResult: resource.Result{Content: "Balance: 1.5 ETH\n"},
expectedResult: resource.Result{Content: "Balance: 1.50 ETH\n"},
expectError: false,
},
}