Skip to content

Commit

Permalink
fix: weird interface nil error
Browse files Browse the repository at this point in the history
  • Loading branch information
notJoon committed Jan 7, 2025
1 parent 324c582 commit f543a82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion launchpad/reward_test.gno
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ func TestValidateRewardCollection(t *testing.T) {
err := validateRewardCollection(tt.deposit, tt.height)
if tt.shouldError {
uassert.Error(t, err)
uassert.Equal(t, tt.errorMsg, err.Error())
} else {
uassert.NoError(t, err)
}
Expand Down

0 comments on commit f543a82

Please sign in to comment.