Skip to content

Commit

Permalink
selfrev: better error in case of failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
pysel committed Sep 6, 2023
1 parent 3e66b05 commit b89119f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osmomath/decimal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1521,7 +1521,7 @@ func (s *decimalTestSuite) TestDec_WithPrecision() {
} else {
got = tc.d.DecWithPrecision(tc.precision)
}
s.Require().Equal(tc.want, got, "bad SdkDec(), index: %v", tcIndex)
s.Require().Equal(tc.want, got, "bad Dec conversion, index: %v", tcIndex)
}
}
}
Expand Down

0 comments on commit b89119f

Please sign in to comment.