Skip to content

Commit 5781455

Browse files
committed
fixing issue from learnpack
1 parent 23e92d9 commit 5781455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/06-Practicing-Rules/tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe("All the styles should be applied", function () {
2626
let body=document.querySelector("body");
2727
let styles=window.getComputedStyle(body);
2828
expect(styles["background"]).toBe(
29-
`url(https://github.com/4GeeksAcademy/css-tutorial-exercises-course/blob/3a2d1dd03f58167a5a4894155af2d3aa4d41d647/.learn/assets/background-vertical.jpg?raw=true) repeat-y`
29+
`url(../../.learn/assets/background-vertical.jpg?raw=true) repeat-y`
3030
);
3131
});
3232
it("the font-family should be 'Times New Roman'", function () {

0 commit comments

Comments
 (0)