Skip to content

Commit

Permalink
break vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious committed Mar 2, 2024
1 parent e756bd5 commit 4c9f84f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const primitiveTypes: ParseFieldTypeTestCase[] = [
{
name: 'Scalar IntegerField',
schema: { type: 'integer' },
expected: { name: 'IntegerField', isCollection: false, isCollectionOrScalar: false },
expected: { name: 'IntegerFieldA', isCollection: false, isCollectionOrScalar: false },
},
{
name: 'Scalar FloatField',
Expand Down

0 comments on commit 4c9f84f

Please sign in to comment.