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()
11
11
$ authors = (new Author )
12
12
->limit (5 )
13
13
->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 " );
15
15
$ tags = [
16
16
"genealabs:laravel-model-caching:testing: {$ this ->testingSqlitePath }testing.sqlite:genealabslaravelmodelcachingtestsfixturesauthor " ,
17
17
];
You can’t perform that action at this time.
0 commit comments