Skip to content

Commit 73650e3

Browse files
committed
Fixing Unit Test
1 parent 58215aa commit 73650e3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/code/Magento/WishlistGraphQl/Test/Unit/CustomerWishlistResolverTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ protected function setUp(): void
8282

8383
$this->wishlistConfigMock = $this->createMock(Config::class);
8484

85-
$this->wishlistConfigMock = $this->getMockClass();
86-
8785
$objectManager = new ObjectManager($this);
8886
$this->resolver = $objectManager->getObject(CustomerWishlistResolver::class, [
8987
'wishlistFactory' => $this->wishlistFactoryMock,

0 commit comments

Comments
 (0)