Skip to content

Commit d9e6eb6

Browse files
authored
Fix typo
1 parent 34aeea2 commit d9e6eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/introspection/getFilterTypesFromData.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ test('creates 4 fields for number field for range filters', () => {
8787
expect(PostFilterFields.views_gte.type.toString()).toEqual('Int');
8888
});
8989

90-
test('does not create comparison fields for fields that does not support it', () => {
90+
test('does not create comparison fields for fields that do not support it', () => {
9191
const filterTypes = getFilterTypesFromData(data);
9292
const PostFilterFields = filterTypes.Post.getFields();
9393
expect(PostFilterFields.published_lte).toBeUndefined();

0 commit comments

Comments
 (0)