Skip to content

Commit f4c7ada

Browse files
authored
codacy fixed
1 parent 9f8dc0f commit f4c7ada

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Backend/Test/Unit/Block/Widget/Grid/MassactionTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ public function testGetGridIdsJsonWithUseSelectAll(array $items, $result)
246246
$this->_gridMock->expects($this->once())
247247
->method('getCollection')
248248
->willReturn($collectionMock);
249-
250249
$collectionMock->expects($this->once())
251250
->method('setPageSize')
252251
->with(0)

0 commit comments

Comments
 (0)