We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b1cf1d commit f50d4f0Copy full SHA for f50d4f0
app/code/Magento/WishlistGraphQl/Test/Unit/Model/Resolver/WishlistItemsTest.php
@@ -90,7 +90,7 @@ public function testResolve(): void
90
->willReturnSelf();
91
$wishlistCollection->expects($this->once())
92
->method('addStoreFilter')
93
- ->with($storeId)
+ ->with([$storeId])
94
95
$wishlistCollection->expects($this->once())->method('setVisibilityFilter')->willReturnSelf();
96
$wishlistCollection->expects($this->once())->method('setCurPage')->willReturnSelf();
0 commit comments