Skip to content

Commit

Permalink
Fix client unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcameron committed Feb 16, 2022
1 parent 0b504a3 commit 0ba075e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/client-unit/mocks/stock.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
expiration_date : '2019-01-01',
inventory_uuid : 'd03e7870-0c8e-47d4-a7a8-a17a9924b3f4',
description : '',
serial_number: undefined,
},
{
uuid : 'd03e7870-0c8e-47d4-a7a8-a17a9924b124',
Expand All @@ -41,6 +42,7 @@
expiration_date : '2018-12-01',
inventory_uuid : 'd03e7870-0c8e-47d4-a7a8-a17a9924b3f4',
description : '',
serial_number: undefined,
},
]);
}
Expand Down

0 comments on commit 0ba075e

Please sign in to comment.