File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1324,7 +1324,7 @@ describe('Execute: Handles inputs', () => {
1324
1324
} ) ;
1325
1325
} ) ;
1326
1326
1327
- it ( 'when a fragment-variable is shadowed by an intermediate fragment-spread but defined in the operation-variables' , ( ) => {
1327
+ it ( 'when a fragment-variable is shadowed by an intermediate fragment-spread but defined in the operation-variables' , ( ) => {
1328
1328
const result = executeQueryWithFragmentArguments ( `
1329
1329
query($x: String = "A") {
1330
1330
...a
@@ -1339,8 +1339,7 @@ describe('Execute: Handles inputs', () => {
1339
1339
` ) ;
1340
1340
expect ( result ) . to . deep . equal ( {
1341
1341
data : {
1342
- fieldWithNullableStringInput :
1343
- '"A"' ,
1342
+ fieldWithNullableStringInput : '"A"' ,
1344
1343
} ,
1345
1344
} ) ;
1346
1345
} ) ;
You can’t perform that action at this time.
0 commit comments