Skip to content

Commit

Permalink
add decimal precision
Browse files Browse the repository at this point in the history
  • Loading branch information
mxfactorial committed Mar 22, 2024
1 parent 8f23902 commit 4be66ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/tests/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ test('history detail screen pairs transaction items with rule added items', asyn
[
{
item_id: "bread",
quantity: "3",
price: "3",
quantity: "3.000",
price: "3.000",
},
{
item_id: salesTax,
quantity: "3",
price: "0.27",
quantity: "3.000",
price: "0.270",
}
]
);
Expand Down

0 comments on commit 4be66ba

Please sign in to comment.