Skip to content
Snippets Groups Projects
Commit d231d49f authored by shalini_jha's avatar shalini_jha
Browse files

Issue #3476439: Update cache count to fix pipeline failure

parent 7ccf71e8
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ protected function testHotCache(): void {
}, 'umamiVocabularyAdminPageHotCache');
$this->assertTermInVocabularyAdminPage();
$this->assertSame($performance_data->getQueryCount(), 9);
$this->assertSame($performance_data->getCacheGetCount(), 116);
$this->assertSame($performance_data->getCacheGetCount(), 115);
$this->assertSame($performance_data->getCacheSetCount(), 0);
$this->assertSame($performance_data->getCacheDeleteCount(), 0);
$this->assertSame(0, $performance_data->getCacheTagChecksumCount());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment