Skip to content

Commit d6696df

Browse files
committed
f
1 parent b124742 commit d6696df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utilities/__tests__/buildClientSchema-test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ describe('Type System: build schema from introspection', () => {
871871
);
872872

873873
expect(() => buildClientSchema(introspection)).to.throw(
874-
'Expected SomeIntersection to be a GraphQL interface type or a GraphQLUnion type',
874+
'Expected SomeIntersection to be a GraphQL interface type or a GraphQLUnion type.',
875875
);
876876
});
877877

0 commit comments

Comments
 (0)