image saving with basic error handling

This commit is contained in:
Owen
2024-12-16 16:25:38 +01:00
parent 5a5700fab7
commit c04b7f2d22
13 changed files with 116 additions and 9 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ defmodule PlantIdDiscordBotTest.PlantNet.Parser do
test "to_map" do
result =
PlantNetFixtures.raw_response()
|> Parser.to_map()
|> Parser.to_map!()
assert result == PlantNetFixtures.parsed_response()
end