Skip to content

Commit 43b0789

Browse files
author
Karl Pierce
committed
Truncate Guarded collection in tests
1 parent 02d427b commit 43b0789

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ModelTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ public function tearDown(): void
1919
Soft::truncate();
2020
Book::truncate();
2121
Item::truncate();
22+
Guarded::truncate();
2223
}
2324

2425
public function testNewModel(): void

0 commit comments

Comments
 (0)