From 6563ea6c5b69ad3f53d43ac848503ffd2ed7eed9 Mon Sep 17 00:00:00 2001 From: Owen Date: Wed, 15 Jan 2025 22:02:04 +0100 Subject: [PATCH] doctest update --- test/cogs_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cogs_test.exs b/test/cogs_test.exs index f31b887..888453d 100644 --- a/test/cogs_test.exs +++ b/test/cogs_test.exs @@ -1,5 +1,5 @@ defmodule PlantIdDiscordBotTest.Cog do use ExUnit.Case doctest PlantIdDiscordBot.Cog.Info - doctest PlantIdDiscordBot.Cog.PlantNet + doctest PlantIdDiscordBot.Cog.PlantNetMessage end