Skip to content

Commit 6c2fb99

Browse files
Bill LeoutsakosBill Leoutsakos
authored andcommitted
test(tiktok): remove redundant assertions
1 parent 51ddaf8 commit 6c2fb99

3 files changed

Lines changed: 0 additions & 56 deletions

File tree

apps/sim/blocks/blocks/tiktok.test.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,4 @@ describe('TikTokBlock', () => {
4343
expect(finalInputs.file).toEqual(file)
4444
expect(finalInputs.videoIds).toBeUndefined()
4545
})
46-
47-
it('declares file-like outputs with canonical block output types', () => {
48-
expect(TikTokBlock.outputs.avatarFile.type).toBe('file')
49-
expect(TikTokBlock.outputs.videos.type).toBe('array')
50-
expect(TikTokBlock.outputs.publiclyAvailablePostId.type).toBe('array')
51-
})
5246
})

apps/sim/lib/api/contracts/tiktok-tools.test.ts

Lines changed: 0 additions & 38 deletions
This file was deleted.

apps/sim/tools/tiktok/get_post_status.test.ts

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)