Skip to content

Commit

Permalink
bal.Int64()
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Oct 26, 2023
1 parent ddbd010 commit d7af842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/interchaintest/query_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func AssertBalance(t *testing.T, ctx context.Context, chain *cosmos.CosmosChain,
t.Fatal(err)
} else {
t.Log(address, "balance:", bal, denom)
assert.Equal(t, bal, amount)
assert.Equal(t, bal.Int64(), amount)
}
}

Expand Down

0 comments on commit d7af842

Please sign in to comment.