diff --git a/test/plantnet/parser_test.exs b/test/plantnet/parser_test.exs index 5d11b51..b2715b0 100644 --- a/test/plantnet/parser_test.exs +++ b/test/plantnet/parser_test.exs @@ -27,7 +27,7 @@ defmodule PlantIdDiscordBotTest.PlantNet.Parser do assert result == PlantNetFixtures.parsed_response_with_urls() 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 = PlantNetFixtures.parsed_response_with_urls_no_iucn() |> Parser.generate_response_message()