1
0
Sven Fehler 6 сар өмнө
parent
commit
66e65e7b2e

+ 1 - 1
test/album.spec.ts

@@ -20,7 +20,7 @@ describe("Album routes", () => {
 
 
   //#region inv /album/:id
   //#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 res = await fetch(`${baseUrl}/album/0`, defaultFetchOpts);
     const body = await res.json();
     const body = await res.json();