Skip to content

Commit 18b0e41

Browse files
committed
TASK: Reset the postfix to make the tests green in any order
1 parent f4f20cd commit 18b0e41

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Tests/Functional/Indexer/NodeIndexerTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ protected function tearDown(): void
8080
*/
8181
public function getIndexWithoutDimensionConfigured(): void
8282
{
83+
$this->nodeIndexer->setIndexNamePostfix('');
8384
$this->nodeIndexer->setDimensions([]);
8485
$index = $this->nodeIndexer->getIndex();
8586
static::assertEquals(self::TESTING_INDEX_PREFIX . '-default', $index->getName());

0 commit comments

Comments
 (0)