Skip to content
Snippets Groups Projects
Commit 818895f6 authored by Olga Kopylova's avatar Olga Kopylova
Browse files

MAGETWO-39191: Contribution of bugs/tasks in Sprint 32

- fixed randomly failed integration test
parent 1f10cda4
Branches
No related merge requests found
......@@ -276,6 +276,7 @@ class AdapterTest extends \PHPUnit_Framework_TestCase
/** @var \Magento\Framework\Search\Document $document */
$actualIds[] = $document->getId();
}
sort($actualIds);
$this->assertEquals($expectedIds, $actualIds);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment