Fix test group name
This commit is contained in:
parent
c14ac019af
commit
31d41920ed
1 changed files with 1 additions and 1 deletions
|
@ -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>"
|
||||
|
||||
|
|
Reference in a new issue