Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
djhi committed Jul 25, 2024
1 parent 572ed6d commit 000542b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/introspection/getTypeFromValues.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
GraphQLNonNull,
GraphQLString,
} from 'graphql';
import GraphQLJSON from 'graphql-type-json';
import { GraphQLJSON } from 'graphql-type-json';
import DateType from './DateType';
import getTypeFromValues from './getTypeFromValues';

Expand Down

0 comments on commit 000542b

Please sign in to comment.