File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
tests/Integration/CachedBuilder Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ public function testGetModelResultsCreatesCache()
1111 $ authors = (new Author )
1212 ->limit (5 )
1313 ->get ();
14- $ key = sha1 ("genealabs:laravel-model-caching:testing:/Users/mike/Developer/Sites/laravel-model-caching/tests/database/ testing.sqlite:authors:genealabslaravelmodelcachingtestsfixturesauthor-authors.deleted_at_null-limit_5 " );
14+ $ key = sha1 ("genealabs:laravel-model-caching:testing: { $ this -> testingSqlitePath } testing.sqlite:authors:genealabslaravelmodelcachingtestsfixturesauthor-authors.deleted_at_null-limit_5 " );
1515 $ tags = [
1616 "genealabs:laravel-model-caching:testing: {$ this ->testingSqlitePath }testing.sqlite:genealabslaravelmodelcachingtestsfixturesauthor " ,
1717 ];
You can’t perform that action at this time.
0 commit comments