Skip to content

Commit fd7b55b

Browse files
committed
ACP2E-1345, fixed static
1 parent d89dddf commit fd7b55b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Bundle/Test/Unit/Model/ResourceModel/SelectionTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ public function testSaveSelectionPrice()
7575
['selection_price_type', 'selection_price_value']
7676
);
7777

78-
7978
$parentResources = $this->createMock(ResourceConnection::class);
8079
$parentResources->expects($this->once())->method('getConnection')->willReturn($connection);
8180
$parentResources->expects($this->once())->method('getTableName')

0 commit comments

Comments
 (0)