Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry-enebeli committed May 3, 2024
1 parent 5a27e1b commit 961c728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transaction_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func TestRecordTransaction(t *testing.T) {
txn.Amount,
1000,
txn.Precision,
float64(0),
float64(1),
txn.Currency,
txn.Destination,
sqlmock.AnyArg(),
Expand Down

0 comments on commit 961c728

Please sign in to comment.