diff --git a/test/runtests.jl b/test/runtests.jl index 8e826b7..8eaa655 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -53,7 +53,7 @@ sc1 = collect(script("Good Morning Sir", roundhand=false)) sc2 = collect(script("Good Morning Sir", roundhand=true)) # they'll only differ by one: sc2 has a VS2 (U+FE01) after every glyph -@test length(setdiff(sc2, sc1) == 1) +@test length(setdiff(sc2, sc1)) == 1 @test length(large_type("ABC").glyphs) == 3