Skip to content

Commit 3ee3987

Browse files
committed
ACP2E-3774: Concurrent Calls to Reorder GraphQL API - Same Products Added to Different Rows
1 parent 30e817b commit 3ee3987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public function testResolveLockedAndThrowsError(): void
110110
$this->expectException(LocalizedException::class);
111111
$this->expectExceptionMessage($exceptionMessage);
112112

113-
$result = $this->subject->resolve($fieldMock, $this->contextMock, $resolveInfoMock, $value, $args);
113+
$this->subject->resolve($fieldMock, $this->contextMock, $resolveInfoMock, $value, $args);
114114
}
115115

116116
private function prepareCommonFlow()

0 commit comments

Comments
 (0)