1
0
Fork 0
mirror of synced 2024-09-09 22:16:26 +12:00

Fix tests.

This commit is contained in:
Sam Rose 2024-05-22 16:57:27 +01:00
parent 36f1b2b02b
commit 46e310018e
No known key found for this signature in database

View file

@ -1027,7 +1027,7 @@ describe.each([
const NULL_TIME__ID = `null_time__id`
beforeAll(async () => {
await createTable({
table = await createTable({
timeid: { name: "timeid", type: FieldType.STRING },
time: { name: "time", type: FieldType.DATETIME, timeOnly: true },
})