diff --git a/features/dm.test.ts b/features/dm.test.ts index 03f7bc8..c7c22a5 100644 --- a/features/dm.test.ts +++ b/features/dm.test.ts @@ -36,7 +36,7 @@ Deno.test("sendDMandImages", async (t) => { } await Promise.all(ps); - const path = await Deno.realPath("../UI/deploy/logo.png"); + const path = await Deno.realPath("UI/deploy/logo-white.png"); console.log(path); const data = await Deno.readFile(path);