Skip to content

Commit 97d6371

Browse files
rachanarachana
authored andcommitted
BUG#AC-6920:changed fixes and testcases after failure
1 parent 3a1adda commit 97d6371

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

app/code/Magento/QuoteGraphQl/Model/Resolver/MaskedCartId.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,3 @@ private function ensureQuoteMaskExist(int $quoteId): string
109109
return $maskedId;
110110
}
111111
}
112-
113-

app/code/Magento/QuoteGraphQl/Test/Unit/Model/Resolver/MaskedCartIdTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,3 @@ public function testResolve(): void
140140
$this->maskedCartId->resolve($this->fieldMock, $this->contextMock, $this->resolveInfoMock, $this->valueMock);
141141
}
142142
}
143-

0 commit comments

Comments
 (0)