Skip to content

Commit 6987b5a

Browse files
committed
tweak error message
1 parent 462afcf commit 6987b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transform/__tests__/legacyExecuteIncrementally-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ describe('legacyExecuteIncrementally', () => {
129129
{
130130
message:
131131
'Cannot return null for non-nullable field SomeObject.nonNullableField.',
132-
locations: [{ line: 5, column: 11 }],
132+
locations: [{ line: 5, column: 34 }],
133133
path: ['someObjectField', 'nonNullableField'],
134134
},
135135
],

0 commit comments

Comments
 (0)