Skip to content

Commit 0032d17

Browse files
committed
corrected a mistake in test title
1 parent 4d162bf commit 0032d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/analysis/buildTypeWeights.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ describe('Test buildTypeWeightsFromSchema function', () => {
393393
});
394394
});
395395

396-
test('a mutation type and a query type', () => {
396+
test('a mutation type an input type', () => {
397397
schema = buildSchema(`
398398
type Mutation {
399399
login(user: UserInput!): User

0 commit comments

Comments
 (0)