Explorar el Código

Update translations.spec.ts

Sven Fehler hace 4 meses
padre
commit
35b780dfe3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      test/translations.spec.ts

+ 1 - 1
test/translations.spec.ts

@@ -20,7 +20,7 @@ describe("Translation routes", () => {
 
   //#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 body = await res.json();