Skip to content

Commit 849eb9c

Browse files
committed
Remove unused variable in unit test
1 parent 4020a2d commit 849eb9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/CacheTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function testCacheIsNotEmptyAfterLoadingModels()
6262

6363
public function testCreatingModelClearsCache()
6464
{
65-
$author = (new Author)->with('books')->get();
65+
(new Author)->with('books')->get();
6666

6767
factory(Author::class)->create();
6868

0 commit comments

Comments
 (0)