Skip to content

Commit e0524cd

Browse files
author
fentie
committed
fixing case of method name
1 parent 2b3f63a commit e0524cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/CachedBuilderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ public function testValueModelResultsCreatesCache()
413413
$this->assertEquals($liveResults, $cachedResults);
414414
}
415415

416-
public function testNestedRelationshipEagerloading()
416+
public function testNestedRelationshipEagerLoading()
417417
{
418418
$authors = collect([(new Author)->with('books.publisher')
419419
->first()]);

0 commit comments

Comments
 (0)