From b481180eed8bfd974d127d84f33cbd319a66bd74 Mon Sep 17 00:00:00 2001 From: Brahim Mouhamou Date: Wed, 22 Jun 2022 14:58:50 +0200 Subject: [PATCH] fix typo --- src/__tests__/entity-creation.unit.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__tests__/entity-creation.unit.test.ts b/src/__tests__/entity-creation.unit.test.ts index 38780699..1663d075 100644 --- a/src/__tests__/entity-creation.unit.test.ts +++ b/src/__tests__/entity-creation.unit.test.ts @@ -314,7 +314,7 @@ describe('Entity creation', ()=> { expect(result).toThrow(`Please provide a valid entity definition`) }) - it("creates an attribute with a inverseTransformation function", async () => { + it("creates an attribute with an inverseTransformation function", async () => { // Create basic table const TestTable = new Table({ name: "test-table",