Fix name typo

This commit is contained in:
2023-05-20 11:53:04 +08:00
parent 228ff6dcc1
commit cca11ef474

View File

@@ -5,7 +5,7 @@ import { API_PERMISSION } from "../test_base.ts";
import { assert } from "https://deno.land/[email protected]/_util/asserts.ts";
Deno.test({
name: "GalleryPage_test",
name: "MPVPage_test",
permissions: API_PERMISSION,
}, async () => {
const cfg = await load_settings("./config.json");