Skip to content

Commit 30b9ec6

Browse files
committed
ACP2E-3774: Concurrent Calls to Reorder GraphQL API - Same Products Added to Different Rows
1 parent 2e9969f commit 30b9ec6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/SalesGraphQl/Test/Unit/Model/Resolver/ReorderTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ public function testResolve(): void
7777

7878
$this->extensionAttributesMock = $this->getMockBuilder(ContextExtensionInterface::class)
7979
->disableOriginalConstructor()
80+
->addMethods(['getIsCustomer', 'getStore'])
8081
->getMockForAbstractClass();
8182
$this->extensionAttributesMock->expects($this->once())
8283
->method('getIsCustomer')

0 commit comments

Comments
 (0)