mirror of
https://github.com/TheRealOwenRees/plantid-discord-bot.git
synced 2026-07-23 04:26:57 +00:00
update error messages and get guild name
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
defmodule PlantIdDiscordBot.ErrorHandlingTest do
|
||||
use ExUnit.Case
|
||||
|
||||
test "do_identification/1 returns nil when an error occurs" do
|
||||
message = PlantNetFixtures.Message.message()
|
||||
PlantIdDiscordBot.Cog.PlantNetMessage.do_identification(message)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user