Skip to content

Commit 650bbbc

Browse files
committed
Fix copy paste error in test description
1 parent a941554 commit 650bbbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utilities/__tests__/buildASTSchema.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ type WorldTwo {
200200
expect(output).to.equal(body);
201201
});
202202

203-
it('Simple Union', () => {
203+
it('Custom Scalar', () => {
204204
var body = `
205205
scalar CustomScalar
206206

0 commit comments

Comments
 (0)