diff --git a/tests/Unit/Integration/ProductTest.php b/tests/Unit/Models/ProductTest.php similarity index 97% rename from tests/Unit/Integration/ProductTest.php rename to tests/Unit/Models/ProductTest.php index 1fdee77..51596ff 100644 --- a/tests/Unit/Integration/ProductTest.php +++ b/tests/Unit/Models/ProductTest.php @@ -1,6 +1,6 @@ 'Nafies', 'phone' => '081234567890', ], - 'payment' => 10000, - 'notes' => 'Catatan', + 'payment' => 10000, + 'notes' => 'Catatan', ]; $cart->updateDraftAttributes($draft->draftKey, $draftAttributes); @@ -206,8 +206,8 @@ class TransactionDraftTest extends TestCase 'name' => 'Nafies', 'phone' => '081234567890', ], - 'payment' => 10000, - 'notes' => 'Catatan', + 'payment' => 10000, + 'notes' => 'Catatan', ]; $cart->updateDraftAttributes($draft->draftKey, $draftAttributes);