Skip to content

Commit 8de21c4

Browse files
committed
fix wallet unit-tests
Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
1 parent 607a8af commit 8de21c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

token/services/identity/role/wallets_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ func TestLongTermOwnerWallet(t *testing.T) {
234234
// Balance
235235
bal, err := w.Balance(t.Context(), &driver.ListTokensOptions{Context: t.Context()})
236236
require.NoError(t, err)
237-
assert.Equal(t, uint64(30), bal)
237+
assert.Equal(t, big.NewInt(30), bal)
238238
})
239239

240240
t.Run("GetSigner", func(t *testing.T) {

0 commit comments

Comments
 (0)