Skip to content

Commit f8321c6

Browse files
committed
fix: test types
1 parent 8824a5a commit f8321c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lib/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ test('composite type attributes', async () => {
9595

9696
const res = await pgMeta.types.list()
9797
expect(res.data?.find(({ name }) => name === 'test_composite')).toMatchInlineSnapshot(
98-
{ id: expect.any(Number) },
98+
{ id: expect.any(Number), type_relation_id: expect.any(Number) },
9999
`
100100
{
101101
"attributes": [

0 commit comments

Comments
 (0)