File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public function testCreatingModelClearsCache()
4949 ])
5050 ->get (sha1 (
5151 "genealabs:laravel-model-caching:testing: {$ this ->testingSqlitePath }testing.sqlite:authors:genealabslaravelmodelcachingtestsfixturesauthor_1_2_3_4_5_6_ " .
52- ' 7_8_9_10-genealabs:laravel-model-caching:testing:{$this->testingSqlitePath}testing.sqlite:genealabslaravelmodelcachingtestsfixturesbooks '
52+ " 7_8_9_10-genealabs:laravel-model-caching:testing: {$ this ->testingSqlitePath }testing.sqlite:genealabslaravelmodelcachingtestsfixturesbooks "
5353 ));
5454
5555 $ this ->assertNull ($ results );
@@ -67,7 +67,7 @@ public function testUpdatingModelClearsCache()
6767 ])
6868 ->get (sha1 (
6969 "genealabs:laravel-model-caching:testing: {$ this ->testingSqlitePath }testing.sqlite:authors:genealabslaravelmodelcachingtestsfixturesauthor_1_2_3_4_5_6_ " .
70- ' 7_8_9_10-genealabs:laravel-model-caching:testing:{$this->testingSqlitePath}testing.sqlite:genealabslaravelmodelcachingtestsfixturesbooks '
70+ " 7_8_9_10-genealabs:laravel-model-caching:testing: {$ this ->testingSqlitePath }testing.sqlite:genealabslaravelmodelcachingtestsfixturesbooks "
7171 ));
7272
7373 $ this ->assertNull ($ results );
@@ -84,7 +84,7 @@ public function testDeletingModelClearsCache()
8484 ])
8585 ->get (sha1 (
8686 "genealabs:laravel-model-caching:testing: {$ this ->testingSqlitePath }testing.sqlite:authors:genealabslaravelmodelcachingtestsfixturesauthor_1_2_3_4_5_6_ " .
87- ' 7_8_9_10-genealabs:laravel-model-caching:testing:{$this->testingSqlitePath}testing.sqlite:genealabslaravelmodelcachingtestsfixturesbooks '
87+ " 7_8_9_10-genealabs:laravel-model-caching:testing: {$ this ->testingSqlitePath }testing.sqlite:genealabslaravelmodelcachingtestsfixturesbooks "
8888 ));
8989
9090 $ this ->assertNull ($ results );
You can’t perform that action at this time.
0 commit comments