1
0
Fork 0
mirror of synced 2024-08-05 05:11:43 +12:00

Hopefully final fix to test.

This commit is contained in:
mike12345567 2024-06-07 18:02:26 +01:00
parent 3cc4b71561
commit 138f1d02b6

View file

@ -1297,7 +1297,7 @@ describe("postgres integrations", () => {
expect(nullableTableAfter).toBeDefined()
expect(
nullableTableAfter?.schema["order_number"].constraints?.presence
).toEqual(false)
).toBeUndefined()
})
})
})