Fix one broken test from last commit

This commit is contained in:
Chris de Graaf 2018-09-19 14:34:38 -05:00
parent bbd492a77d
commit 9fc6092aa5

View File

@ -211,7 +211,7 @@ end
rm(joinpath(pkg_dir, "README.md"))
@test occursin("# $test_pkg", readme)
for p in values(t.plugins)
@test occursin("\n"), readme, join(badges(p, t.user, test_pkg))
@test occursin(join(badges(p, t.user, test_pkg), "\n"), readme)
end
# Check the order of the badges.
@test search(readme, "github.io").start <