Hopefully final fix to test.
This commit is contained in:
parent
3cc4b71561
commit
138f1d02b6
|
@ -1297,7 +1297,7 @@ describe("postgres integrations", () => {
|
|||
expect(nullableTableAfter).toBeDefined()
|
||||
expect(
|
||||
nullableTableAfter?.schema["order_number"].constraints?.presence
|
||||
).toEqual(false)
|
||||
).toBeUndefined()
|
||||
})
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue