Skip to content

Commit

Permalink
accounting: Fix test assert
Browse files Browse the repository at this point in the history
Signed-off-by: Leonard Lyubich <[email protected]>
  • Loading branch information
cthulhu-rider committed Dec 16, 2024
1 parent 0b9bb74 commit e131cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounting/decimal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func TestDecimal_WriteToV2(t *testing.T) {
// zero
val.WriteToV2(&m)
require.Zero(t, m.GetValue())
require.Zero(t, m.GetValue())
require.Zero(t, m.GetPrecision())

// filled
val.SetValue(anyValidValue)
Expand Down

0 comments on commit e131cda

Please sign in to comment.