diff --git a/packages/core/strapi/lib/services/entity-validator/__tests__/biginteger-validators.test.js b/packages/core/strapi/lib/services/entity-validator/__tests__/biginteger-validators.test.js index f5a2e92314..39858d8c3c 100644 --- a/packages/core/strapi/lib/services/entity-validator/__tests__/biginteger-validators.test.js +++ b/packages/core/strapi/lib/services/entity-validator/__tests__/biginteger-validators.test.js @@ -32,7 +32,7 @@ describe('BigInteger validator', () => { }, }; - test('it does not validates the unique constraint if the attribute is not set as unique', async () => { + test('it does not validate the unique constraint if the attribute is not set as unique', async () => { fakeFindOne.mockResolvedValueOnce(null); const validator = strapiUtils.validateYupSchema( @@ -55,7 +55,7 @@ describe('BigInteger validator', () => { expect(fakeFindOne).not.toHaveBeenCalled(); }); - test('it does not validates the unique constraint if the attribute value is `null`', async () => { + test('it does not validate the unique constraint if the attribute value is `null`', async () => { fakeFindOne.mockResolvedValueOnce(null); const validator = strapiUtils.validateYupSchema(