소스 검색

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();