Skip to content

Commit

Permalink
added new url to test
Browse files Browse the repository at this point in the history
  • Loading branch information
UmiKami committed Sep 11, 2023
1 parent 45bb33c commit 3f63148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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://4geeks-temp.s3.amazonaws.com/y2mate.is+-+How+to+Pair+Program+(Pair+Programming+Tips+from+Steven+Nunez)-YhV4TaZaB84-720p-1694414048.mp4")
})

0 comments on commit 3f63148

Please sign in to comment.