Skip to content

Commit b481180

Browse files
fix typo
1 parent 611b08e commit b481180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/entity-creation.unit.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ describe('Entity creation', ()=> {
314314
expect(result).toThrow(`Please provide a valid entity definition`)
315315
})
316316

317-
it("creates an attribute with a inverseTransformation function", async () => {
317+
it("creates an attribute with an inverseTransformation function", async () => {
318318
// Create basic table
319319
const TestTable = new Table({
320320
name: "test-table",

0 commit comments

Comments
 (0)