/source application command with test

This commit is contained in:
Owen
2024-12-13 23:02:23 +01:00
parent 1c4d0fb8af
commit 5975458407
12 changed files with 233 additions and 162 deletions
-4
View File
@@ -1,8 +1,4 @@
defmodule PlantIdDiscordBotTest do
use ExUnit.Case
doctest PlantIdDiscordBot
test "greets the world" do
assert PlantIdDiscordBot.hello() == :world
end
end