Skip to content

Commit a4af301

Browse files
author
Babichev Maxim
committed
#111 fix unit-test
1 parent fda4650 commit a4af301

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/TaxTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ public function testGiftFail(): void
117117
*/
118118
[$santa, $child] = factory(Buyer::class, 2)->create();
119119
$product = factory(ItemTax::class)->create([
120+
'price' => 200,
120121
'quantity' => 1,
121122
]);
122123

0 commit comments

Comments
 (0)