From 4e5c140fddb996ae18406884956ab42370a4cd3b Mon Sep 17 00:00:00 2001 From: Tomas Gonzalez <56565994+tommygonzaleza@users.noreply.github.com> Date: Wed, 15 Nov 2023 14:29:08 -0400 Subject: [PATCH] Update tests.js --- exercises/14-video-tag/tests.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exercises/14-video-tag/tests.js b/exercises/14-video-tag/tests.js index 71213838..dc9e9ba9 100644 --- a/exercises/14-video-tag/tests.js +++ b/exercises/14-video-tag/tests.js @@ -43,5 +43,5 @@ it('The 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") -}) \ No newline at end of file + expect(source.src).toBe("https://github.com/breatheco-de/assets-old/blob/bb5870b89e029884360641b544665bcb037ef437/apis/video/videos/4geeks-background.mp4?raw=true") +})