浏览代码

Update album.spec.ts

Sven Fehler 6 月之前
父节点
当前提交
66e65e7b2e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/album.spec.ts

+ 1 - 1
test/album.spec.ts

@@ -20,7 +20,7 @@ describe("Album routes", () => {
 
   //#region inv /album/:id
 
-  it("Invalid album yields error", async () => {
+  it("Invalid song ID yields error", async () => {
     const res = await fetch(`${baseUrl}/album/0`, defaultFetchOpts);
     const body = await res.json();