mirror of
https://github.com/TheRealOwenRees/plantid-discord-bot.git
synced 2026-07-23 04:26:57 +00:00
typo fix
This commit is contained in:
@@ -27,7 +27,7 @@ defmodule PlantIdDiscordBotTest.PlantNet.Parser do
|
|||||||
assert result == PlantNetFixtures.parsed_response_with_urls()
|
assert result == PlantNetFixtures.parsed_response_with_urls()
|
||||||
end
|
end
|
||||||
|
|
||||||
test "no iucn data prevents 'Threat Status' from being show in response message" do
|
test "no iucn data prevents 'Threat Status' from being shown in response message" do
|
||||||
message =
|
message =
|
||||||
PlantNetFixtures.parsed_response_with_urls_no_iucn()
|
PlantNetFixtures.parsed_response_with_urls_no_iucn()
|
||||||
|> Parser.generate_response_message()
|
|> Parser.generate_response_message()
|
||||||
|
|||||||
Reference in New Issue
Block a user