We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f35485f commit d2026f2Copy full SHA for d2026f2
dev/tests/api-functional/testsuite/Magento/GraphQl/CustomerGraphQl/Model/Resolver/CustomerTest.php
@@ -177,7 +177,7 @@ public function testCustomerIsSubscribedResolverCacheAndInvalidation()
177
$this->assertIsSubscribedRecordNotExists($customer);
178
$this->assertCurrentCustomerCacheRecordExists($customer);
179
180
- // query customer again so that subscription record
+ // query customer again so that subscription cache record is created
181
$response = $this->graphQlQueryWithResponseHeaders(
182
$query,
183
[],
0 commit comments