Skip to content

Commit

Permalink
chore: update tests for 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
mdvanes committed Mar 27, 2024
1 parent 86e339c commit 86fb02b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ describe("UrlToMusic", () => {

expect(fetchMock).toBeCalledTimes(2);
expect(getCalledUrl(0)).toBe(
"http://localhost/api/urltomusic/getmusic/Some%20URL?artist=Some%20Artist&title=Some%20Other%20Title&album=Songs%20from%202023"
"http://localhost/api/urltomusic/getmusic/Some%20URL?artist=Some%20Artist&title=Some%20Other%20Title&album=Songs%20from%202024"
);
expect(getCalledUrl(1)).toBe(
"http://localhost/api/urltomusic/getmusic/Some%20URL/progress"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ exports[`UrlToMusic can submit the getinfo form: shows the GetMusic form 1`] = `
id=":r6:"
name="album"
type="text"
value="Songs from 2023"
value="Songs from 2024"
/>
</div>
</div>
Expand Down

0 comments on commit 86fb02b

Please sign in to comment.