Skip to content

Commit dc0ebc6

Browse files
committed
MAGETWO-66402: Backward Incompatible Change
- fix unit test return map
1 parent c5d69dc commit dc0ebc6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Ui/Test/Unit/Component/MassAction/FilterTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,7 @@ public function testGetCollectionWithCollection($selectedIds, $excludedIds, $fil
233233
->willReturn([1, 2, 3]);
234234

235235
$this->setUpApplySelection($selectedIds, $excludedIds, $filterExpected, $conditionExpected);
236-
237-
236+
238237
$this->requestMock->expects($this->any())
239238
->method('getParam')
240239
->willReturnMap([

0 commit comments

Comments
 (0)