Fix test group name

This commit is contained in:
Mark Felder 2020-11-19 18:25:54 +00:00
parent c14ac019af
commit 31d41920ed

View file

@ -494,7 +494,7 @@ defmodule LinkifyTest do
assert Linkify.link(text, rel: false) == expected
end
test "skip prefix" do
test "strip prefix" do
assert Linkify.link("http://google.com", strip_prefix: true) ==
"<a href=\"http://google.com\">google.com</a>"