Skip to content

Commit

Permalink
fix non-deterministic spend limit test (#8120)
Browse files Browse the repository at this point in the history
  • Loading branch information
iboss-ptk authored Apr 22, 2024
1 parent fe42d56 commit 5b5ab3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/smart-account/authenticator/spend_limits_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ func (s *SpendLimitAuthenticatorTest) TestSpendLimit() {
s.Require().Contains(
err.Error(),
fmt.Sprintf(
"Current time %d.%d not within time limit None - %s.%s: execute wasm contract failed",
"Current time %d.%09d not within time limit None - %s.%s: execute wasm contract failed",
s.Ctx.BlockTime().Unix(), s.Ctx.BlockTime().Nanosecond(),
endTimeSecsStr, endTimeNanosStr,
),
Expand Down

0 comments on commit 5b5ab3f

Please sign in to comment.