Skip to content

Commit

Permalink
Update tests.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tommygonzaleza authored Nov 15, 2023
1 parent 8be924c commit 4e5c140
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/14-video-tag/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ it('The <source> tag should have the expected video in the "src" attribute.', fu

let source = video.querySelector("source");
expect(source).toBeTruthy();
expect(source.src).toBe("https://assets.breatheco.de/apis/video/why-pair-programming")
})
expect(source.src).toBe("https://github.com/breatheco-de/assets-old/blob/bb5870b89e029884360641b544665bcb037ef437/apis/video/videos/4geeks-background.mp4?raw=true")
})

0 comments on commit 4e5c140

Please sign in to comment.