Skip to content

Commit 32e789f

Browse files
committed
chore: fix prettier
1 parent d1e3ad9 commit 32e789f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/lib/types.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ 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) },
99+
`
99100
{
100101
"attributes": [
101102
{
@@ -115,7 +116,8 @@ test('composite type attributes', async () => {
115116
"schema": "public",
116117
"type_relation_id": 16964,
117118
}
118-
`)
119+
`
120+
)
119121

120122
await pgMeta.query(`drop type test_composite;`)
121123
})

0 commit comments

Comments
 (0)