Skip to content

Commit 10ec8f5

Browse files
committed
Merge pull request #200 from jhgg/patch-1
Fix copy paste error in test description
2 parents d5b9d41 + 650bbbc commit 10ec8f5

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)