Skip to content

Commit bb91eac

Browse files
committed
corrected executor test name
1 parent 7398dcf commit bb91eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/execution/__tests__/executor-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1313,7 +1313,7 @@ describe('Execute: Handles basic execution tasks', () => {
13131313
});
13141314
});
13151315

1316-
it('null bubbles up when field that returns null is required', () => {
1316+
it('null does not bubble up when field that returns does not return null is required', () => {
13171317
const singleNonNullOnNonNullValueDocument = parse(`
13181318
query {
13191319
food {

0 commit comments

Comments
 (0)