diff --git a/tests/AttributeTest.php b/tests/AttributeTest.php index 31776f8..228233e 100644 --- a/tests/AttributeTest.php +++ b/tests/AttributeTest.php @@ -115,6 +115,7 @@ $product->deleteAllAttribute(); assertDatabaseCount('products', 1); + assertDatabaseCount('attributes', 0); }); /**