Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed Apr 17, 2024
1 parent 75b0719 commit 95ee4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/auction/msgs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func TestValidateMin(t *testing.T) {
}

for i, tc := range tcs {
err := ValidateMinRewarsdsBid(min, tc.amount)
err := ValidateMinRewardsBid(min, tc.amount)
tcheckers.ErrorContains(t, err, tc.errMsg, strconv.Itoa(i))
}
}

0 comments on commit 95ee4db

Please sign in to comment.