Skip to content

Commit

Permalink
Fixed unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Idolov authored and mageprince committed Jul 9, 2018
1 parent 1782c54 commit 94e0e25
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ public function testConstructorNothingToMerge()
new \Magento\Framework\View\Asset\Merged(
$this->logger, $this->mergeStrategy,
$this->assetRepo,
$this->versionStorage,
[]
[],
$this->versionStorage
);
}

Expand Down

0 comments on commit 94e0e25

Please sign in to comment.