Skip to content

Commit e40572a

Browse files
committed
Fix
1 parent 419bf2a commit e40572a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/blocks/blocks.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ describe.concurrent('Blocks Module', () => {
435435

436436
describe('Input/Output Validation', () => {
437437
it('should have valid input types', () => {
438-
const validTypes = ['string', 'number', 'boolean', 'json', 'array', 'file']
438+
const validTypes = ['string', 'number', 'boolean', 'json', 'array', 'file', 'file[]']
439439
const blocks = getAllBlocks()
440440
for (const block of blocks) {
441441
for (const [_, inputConfig] of Object.entries(block.inputs)) {

0 commit comments

Comments
 (0)