Browse Source

Update album.spec.ts

Sven Fehler 6 tháng trước cách đây
mục cha
commit
e800e71587
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      test/album.spec.ts

+ 1 - 1
test/album.spec.ts

@@ -1,7 +1,7 @@
 import { baseUrl, defaultFetchOpts } from "./constants";
 import { checkAlbumProps, checkArtistProps } from "./hooks";
 
-describe("GET /album/:id", () => {
+describe("Album routes", () => {
   //#region /album/:id
 
   it("Album details yields correct props", async () => {