Skip to content

Commit

Permalink
fix fomatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Dec 11, 2024
1 parent 4cb28f2 commit e8930b2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/unit/test-transloadit-client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,7 @@ describe('Transloadit', () => {

await client.createAssembly()

expect(spy).toBeCalledWith(
expect.objectContaining({ timeout: 24 * 60 * 60 * 1000 }),
)
expect(spy).toBeCalledWith(expect.objectContaining({ timeout: 24 * 60 * 60 * 1000 }))
})

describe('_calcSignature', () => {
Expand Down

0 comments on commit e8930b2

Please sign in to comment.