Skip to content

Commit

Permalink
fix: fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
asadali145 committed Feb 22, 2023
1 parent 1f2878a commit d39af08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/__snapshots__/Footer.test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exports[`<Footer /> renders correctly renders with a language selector 1`] = `
<a
aria-label="edX Home"
className="d-block"
href="http://localhost:18000"
href="http://localhost:18000/"
>
<img
alt="alt text"
Expand Down Expand Up @@ -129,7 +129,7 @@ exports[`<Footer /> renders correctly renders without a language selector 1`] =
<a
aria-label="edX Home"
className="d-block"
href="http://localhost:18000"
href="http://localhost:18000/"
>
<img
alt="alt text"
Expand Down Expand Up @@ -209,7 +209,7 @@ exports[`<Footer /> renders correctly renders without a language selector in es
<a
aria-label="edX Home"
className="d-block"
href="http://localhost:18000"
href="http://localhost:18000/"
>
<img
alt="alt text"
Expand Down

0 comments on commit d39af08

Please sign in to comment.