Browse Source

Update search.spec.ts

Sven Fehler 6 months ago
parent
commit
3a6cd5689b
1 changed files with 1 additions and 1 deletions
  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 { baseUrl, defaultFetchOpts } from "./constants";
 import { checkSongProps } from "./hooks";
 import { checkSongProps } from "./hooks";
 
 
-describe("GET /search/top", () => {
+describe("Search routes", () => {
   //#region /search/top
   //#region /search/top
 
 
   it("Top search yields expected props", async () => {
   it("Top search yields expected props", async () => {