Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
agoldis committed Sep 22, 2023
1 parent b895ef4 commit d17f97c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export const data = {
machineId: expect.any(String),
worker: null,
results: {
videoUrl: null,
videoUrl: expect.any(String),
stats: {
duration: expect.any(Number),
endedAt: expect.any(String),
Expand Down Expand Up @@ -224,7 +224,7 @@ export const data = {
machineId: expect.any(String),
worker: null,
results: {
videoUrl: null,
videoUrl: expect.any(String),
stats: {
duration: expect.any(Number),
endedAt: expect.any(String),
Expand Down

0 comments on commit d17f97c

Please sign in to comment.