瀏覽代碼

Update translations.spec.ts

Sven Fehler 4 月之前
父節點
當前提交
35b780dfe3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/translations.spec.ts

+ 1 - 1
test/translations.spec.ts

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