Skip to content

Commit eccb559

Browse files
committed
test: fix options test to include format field
- Add missing format field to test assertion - Fixes CI test failure after adding --format option
1 parent 84e5fe8 commit eccb559

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/setup/options.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Deno.test('options parsing', async (t) => {
1212
blacklistModalities: [],
1313
datasetTypes: [],
1414
maxRows: 1000,
15+
format: 'text',
1516
})
1617
})
1718
})

0 commit comments

Comments
 (0)