Skip to content

Commit 9a479ae

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

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,7 @@ public function testResolve(): void
7373
$args = ['orderNumber' => '00000010'];
7474
$value = [];
7575

76-
$this->extensionAttributesMock = $this->getMockBuilder(ContextExtension::class)
77-
->onlyMethods(['getIsCustomer', 'getStore'])
78-
->disableOriginalConstructor()
79-
->getMock();
76+
$this->extensionAttributesMock = $this->createMock(ContextExtension::class);
8077
$this->extensionAttributesMock->expects($this->once())
8178
->method('getIsCustomer')
8279
->willReturn(true);

0 commit comments

Comments
 (0)