From c27dac3d2e02a43ccc83b18768bfa1ac4ffdf7aa Mon Sep 17 00:00:00 2001 From: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> Date: Sat, 13 Nov 2021 00:09:05 +0000 Subject: [PATCH] fix: use 0.0.5 cache --- tests/deps.ts | 2 +- tests/mod.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/deps.ts b/tests/deps.ts index 2c55cbb0b..4d3e54c1d 100644 --- a/tests/deps.ts +++ b/tests/deps.ts @@ -5,4 +5,4 @@ export { assertNotEquals, assertThrows, } from "https://deno.land/std@0.113.0/testing/asserts.ts"; -export * from "https://deno.land/x/discordeno_cache_plugin@0.0.4/mod.ts"; +export * from "https://deno.land/x/discordeno_cache_plugin@0.0.5/mod.ts"; diff --git a/tests/mod.ts b/tests/mod.ts index 9b8843f5a..d416192f9 100644 --- a/tests/mod.ts +++ b/tests/mod.ts @@ -93,6 +93,7 @@ Deno.test({ }, }); setupBot(bot); + // @ts-ignore enableCachePlugin(bot); await startBot(bot);