浏览代码

Update search.spec.ts

Sven Fehler 6 月之前
父节点
当前提交
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 () => {