Skip to content

Commit 1219dec

Browse files
committed
chore: retrigger the CI pipeline of github for easyCLA
1 parent bdd24b7 commit 1219dec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/execution/__tests__/variables-test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const TestFaultyScalarGraphQLError = new GraphQLError(
3232
'FaultyScalarErrorMessage',
3333
{
3434
extensions: {
35-
code: 'FaultyScalarErrorMessageExtensionCode'
35+
code: 'FaultyScalarErrorExtensionCode'
3636
}
3737
}
3838
);
@@ -421,7 +421,7 @@ describe('Execute: Handles inputs', () => {
421421
{
422422
message: 'Variable "$input" got invalid value "SerializedValue" at "input.e"; FaultyScalarErrorMessage',
423423
locations: [{ line: 2, column: 16 }],
424-
extensions: { code: 'FaultyScalarErrorMessageExtensionCode' }
424+
extensions: { code: 'FaultyScalarErrorExtensionCode' }
425425
}
426426
]
427427
});

0 commit comments

Comments
 (0)