Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b8eb8de

Browse files
Fix test case description (graphql#1785)
Reported by @zonr here: graphql@323f2d2#r32669772
1 parent 8c96dc8 commit b8eb8de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/execution/__tests__/union-interface-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ describe('Execute: Union and intersection types', () => {
250250
});
251251
});
252252

253-
it('executes union types with inline fragments', () => {
253+
it('executes interface types with inline fragments', () => {
254254
// This is the valid version of the query in the above test.
255255
const ast = parse(`
256256
{

0 commit comments

Comments
 (0)