Skip to content

Commit cb4363a

Browse files
authored
Reverted changes related to IntrospectionQueryTest.php
1 parent 779d3cb commit cb4363a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/IntrospectionQueryTest.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function testIntrospectionQuery()
3737
}
3838
}
3939
}
40-
40+
4141
fragment TypeRef on __Type {
4242
kind
4343
name
@@ -82,7 +82,7 @@ public function testIntrospectionQueryWithOnlySchema()
8282
}
8383
}
8484
}
85-
85+
8686
fragment TypeRef on __Type {
8787
kind
8888
name
@@ -121,7 +121,7 @@ public function testIntrospectionQueryWithOnlySchema()
121121
}
122122
}
123123
}
124-
124+
125125
fragment TypeRef on __Type {
126126
kind
127127
name
@@ -167,7 +167,7 @@ public function testIntrospectionQueryWithOnlyType()
167167
deprecationReason
168168
}
169169
}
170-
}
170+
}
171171
QUERY;
172172
$this->assertArrayHasKey('__type', $this->graphQlQuery($query));
173173
$response = $this->graphQlQuery($query);
@@ -207,7 +207,7 @@ enumValues(includeDeprecated: true) {
207207
deprecationReason
208208
}
209209
}
210-
210+
211211
QUERY;
212212
$response = $this->graphQlQuery($query);
213213
$this->assertArrayHasKey('__schema', $response);

0 commit comments

Comments
 (0)