response parser with tests

This commit is contained in:
Owen
2024-12-16 11:00:45 +01:00
parent 1b1fa19fff
commit 1fb1cd2555
6 changed files with 388 additions and 143 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
defmodule PlantIdDiscordBotTest do
defmodule PlantIdDiscordBotTest.Consumer do
use ExUnit.Case
doctest PlantIdDiscordBot
doctest PlantIdDiscordBot.Consumer
end