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);