Skip to content

Commit d2026f2

Browse files
committed
B2B-2658: Implement GraphQL Resolver Cache for Customer query
- is_subscribed cache test
1 parent f35485f commit d2026f2

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/api-functional/testsuite/Magento/GraphQl/CustomerGraphQl/Model/Resolver

1 file changed

+1
-1
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/CustomerGraphQl/Model/Resolver/CustomerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ public function testCustomerIsSubscribedResolverCacheAndInvalidation()
177177
$this->assertIsSubscribedRecordNotExists($customer);
178178
$this->assertCurrentCustomerCacheRecordExists($customer);
179179

180-
// query customer again so that subscription record
180+
// query customer again so that subscription cache record is created
181181
$response = $this->graphQlQueryWithResponseHeaders(
182182
$query,
183183
[],

0 commit comments

Comments
 (0)