Skip to content

Commit bf37b60

Browse files
committed
Fix Codeception
1 parent d2a746c commit bf37b60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/Functional/Search/Modifier/Filter/Workspace/WorkspaceQueryHandlerTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ protected function _before()
4242
protected function _after()
4343
{
4444
TestHelper::cleanUp();
45-
// $this->tester->flushIndex();
46-
// $this->tester->cleanupIndex();
47-
// $this->tester->flushIndex();
45+
$this->tester->flushIndex();
46+
$this->tester->cleanupIndex();
47+
$this->tester->flushIndex();
4848
}
4949

5050
// tests

0 commit comments

Comments
 (0)