Skip to content

Commit 0f7807b

Browse files
committed
Test case updated
1 parent dcc8a4e commit 0f7807b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/StoreConfigResolverTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class StoreConfigResolverTest extends GraphQlAbstract
4747
public function testGetStoreConfig(): void
4848
{
4949
$this->assertEquals(
50-
[
50+
[
5151
'storeConfig' => [
5252
'is_guest_checkout_enabled' => true,
5353
'is_one_page_checkout_enabled' => true,
@@ -60,9 +60,9 @@ public function testGetStoreConfig(): void
6060
'configurable_product_image' => 'ITSELF',
6161
'is_checkout_agreements_enabled' => true,
6262
],
63-
],
64-
$this->graphQlQuery($this->getStoreConfigQuery())
65-
);
63+
],
64+
$this->graphQlQuery($this->getStoreConfigQuery())
65+
);
6666
}
6767

6868
/**

0 commit comments

Comments
 (0)