ens #32

Merged
lash merged 21 commits from ens into master 2025-03-07 06:00:18 +01:00
Showing only changes of commit c2a0b05c84 - Show all commits

View File

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