Skip to content

Commit f5a0d75

Browse files
committed
ACP2E-3774: Concurrent Calls to Reorder GraphQL API - Same Products Added to Different Rows
1 parent 6866973 commit f5a0d75

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
@@ -74,6 +74,7 @@ public function testResolve(): void
7474
$value = [];
7575

7676
$this->extensionAttributesMock = $this->getMockBuilder(ContextExtension::class)
77+
->onlyMethods(['getIsCustomer', 'getStore'])
7778
->disableOriginalConstructor()
7879
->getMock();
7980
$this->extensionAttributesMock->expects($this->once())

0 commit comments

Comments
 (0)