This commit is contained in:
simon
2025-02-22 04:34:55 +00:00
parent 9e5df22701
commit 3a14b62de4
2 changed files with 3 additions and 1 deletions

View File

@@ -255,7 +255,7 @@ export type ArtistWithAlbum = {
album: Album;
};
describe("artistURN", () => {
describe("artistImageURN", () => {
describe("when artist URL is", () => {
describe("a valid external URL", () => {
it("should return an external URN", () => {