Skip to content

Commit 02c269c

Browse files
committed
#4107 update test
1 parent c9b66a0 commit 02c269c

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/backend/tests/unmocked/reimbursement-requests.test.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1170,8 +1170,7 @@ describe('Reimbursement Requests', () => {
11701170
manufacturerId: manufacturer.id,
11711171
linkUrl: 'https://example.com',
11721172
quantity: 1,
1173-
price: 100,
1174-
subtotal: 100
1173+
price: 100
11751174
}
11761175
});
11771176
});
@@ -1276,8 +1275,7 @@ describe('Reimbursement Requests', () => {
12761275
manufacturerId: material.manufacturerId,
12771276
linkUrl: 'https://example.com',
12781277
quantity: 2,
1279-
price: 200,
1280-
subtotal: 400
1278+
price: 200
12811279
}
12821280
});
12831281

0 commit comments

Comments
 (0)