Skip to content

Commit

Permalink
tweak error message
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Jan 14, 2025
1 parent 462afcf commit 6987b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transform/__tests__/legacyExecuteIncrementally-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ describe('legacyExecuteIncrementally', () => {
{
message:
'Cannot return null for non-nullable field SomeObject.nonNullableField.',
locations: [{ line: 5, column: 11 }],
locations: [{ line: 5, column: 34 }],
path: ['someObjectField', 'nonNullableField'],
},
],
Expand Down

0 comments on commit 6987b5a

Please sign in to comment.