Skip to content

Commit 818895f

Browse files
author
Olga Kopylova
committed
MAGETWO-39191: Contribution of bugs/tasks in Sprint 32
- fixed randomly failed integration test
1 parent 1f10cda commit 818895f

File tree

1 file changed

+1
-0
lines changed
  • dev/tests/integration/testsuite/Magento/Framework/Search/Adapter/Mysql

1 file changed

+1
-0
lines changed

dev/tests/integration/testsuite/Magento/Framework/Search/Adapter/Mysql/AdapterTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ public function testBoolFilter()
276276
/** @var \Magento\Framework\Search\Document $document */
277277
$actualIds[] = $document->getId();
278278
}
279+
sort($actualIds);
279280
$this->assertEquals($expectedIds, $actualIds);
280281
}
281282

0 commit comments

Comments
 (0)