Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardost committed May 23, 2024
1 parent 7bae250 commit 5883208
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/state/receipts/test/assembler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const rawReceiptEndpointReceipt: RawReceiptData = {
price_float: 100,
price_integer: 10000,
currency: 'USD',
is_gravatar_domain: false,
purchases: [
{
user_email: '',
Expand Down Expand Up @@ -72,6 +73,7 @@ const standardAssembledReceipt: ReceiptData = {
failedPurchases: [],
priceFloat: 100,
priceInteger: 10000,
isGravatarDomain: false,
purchases: [
{
delayedProvisioning: false,
Expand Down

0 comments on commit 5883208

Please sign in to comment.