Sven Fehler пре 4 месеци
родитељ
комит
3a6cd5689b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      test/search.spec.ts

+ 1 - 1
test/search.spec.ts

@@ -2,7 +2,7 @@ import { randomBytes } from "crypto";
 import { baseUrl, defaultFetchOpts } from "./constants";
 import { checkSongProps } from "./hooks";
 
-describe("GET /search/top", () => {
+describe("Search routes", () => {
   //#region /search/top
 
   it("Top search yields expected props", async () => {