Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brahimmouhamou committed Jun 22, 2022
1 parent 611b08e commit b481180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/entity-creation.unit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b481180

Please sign in to comment.