Skip to content

Commit 94e0e25

Browse files
Stanislav Idolovmageprince
authored andcommitted
Fixed unit test
1 parent 1782c54 commit 94e0e25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/internal/Magento/Framework/View/Test/Unit/Asset/MergedTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ public function testConstructorNothingToMerge()
8484
new \Magento\Framework\View\Asset\Merged(
8585
$this->logger, $this->mergeStrategy,
8686
$this->assetRepo,
87-
$this->versionStorage,
88-
[]
87+
[],
88+
$this->versionStorage
8989
);
9090
}
9191

0 commit comments

Comments
 (0)