We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8824a5a commit f8321c6Copy full SHA for f8321c6
test/lib/types.ts
@@ -95,7 +95,7 @@ test('composite type attributes', async () => {
95
96
const res = await pgMeta.types.list()
97
expect(res.data?.find(({ name }) => name === 'test_composite')).toMatchInlineSnapshot(
98
- { id: expect.any(Number) },
+ { id: expect.any(Number), type_relation_id: expect.any(Number) },
99
`
100
{
101
"attributes": [
0 commit comments