Skip to content

Commit

Permalink
Fix test case description (#1785)
Browse files Browse the repository at this point in the history
Reported by @zonr here: 323f2d2#r32669772
  • Loading branch information
IvanGoncharov committed Mar 11, 2019
1 parent 8c96dc8 commit b8eb8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/execution/__tests__/union-interface-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ describe('Execute: Union and intersection types', () => {
});
});

it('executes union types with inline fragments', () => {
it('executes interface types with inline fragments', () => {
// This is the valid version of the query in the above test.
const ast = parse(`
{
Expand Down

0 comments on commit b8eb8de

Please sign in to comment.