Skip to content

Commit

Permalink
Fix test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
dciprian-petrisor committed Oct 28, 2024
1 parent 9eada5c commit 7322094
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ public function testLoadFromDatabaseWhenEntityMissing(): void
self::assertCount(2, $result2);

self::assertEquals(5, $this->secondLevelCacheLogger->getPutCount());
self::assertEquals(3, $this->secondLevelCacheLogger->getMissCount());
self::assertEquals(2, $this->secondLevelCacheLogger->getMissCount());
self::assertEquals(2, $this->secondLevelCacheLogger->getRegionPutCount($this->getDefaultQueryRegionName()));
self::assertEquals(2, $this->secondLevelCacheLogger->getRegionMissCount($this->getDefaultQueryRegionName()));

Expand Down

0 comments on commit 7322094

Please sign in to comment.