Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 committed Oct 31, 2024
1 parent 5f6e8a4 commit 85b0266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/Hashers/CacheClassHasherTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
$this->cacheProfile->shouldReceive('useCacheNameSuffix')->andReturn('cacheProfileSuffix');

assertEquals(
'modelClassCache-7830f1c558a69446cbe74b50b6871528',
'modelClassCache-caf41bdf71501c06d747ec2b930d36ed',
$this->cacheHasher->getHashFor(app(User::class), 'last_viewed')
);

Expand Down

0 comments on commit 85b0266

Please sign in to comment.