Skip to content

Commit 5ff6e9c

Browse files
committed
Merge branch '0.x-dev' of https://github.com/milwad-dev/laravel-attributes into 0.x-dev
2 parents fb7beb0 + 01bc75c commit 5ff6e9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/AttributeTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
assertDatabaseCount('products', 1);
2424
assertDatabaseHas('products', [
25-
'title' => 'milwad-dev'
25+
'title' => 'milwad-dev',
2626
]);
2727

2828
assertDatabaseCount('attributes', 1);
@@ -52,7 +52,7 @@
5252

5353
assertDatabaseCount('products', 1);
5454
assertDatabaseHas('products', [
55-
'title' => 'milwad-dev'
55+
'title' => 'milwad-dev',
5656
]);
5757

5858
assertDatabaseCount('attributes', 2);

0 commit comments

Comments
 (0)