Merge branch 'master' into chore/resolve-node-gyp

This commit is contained in:
melohagan 2025-05-15 14:47:07 +01:00 committed by GitHub
commit 08ae6fadf0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -664,7 +664,7 @@ if (descriptions.length) {
parameters: { number: 0 },
})
const rows = await client(tableName).select("*")
const rows = await client(tableName).select("*").orderBy("id")
expect(rows).toHaveLength(6)
expect(rows[5].number).toEqual(0)