diff --git a/exercises/practice/pig-latin/runtests.jl b/exercises/practice/pig-latin/runtests.jl index b2a7e4e6..42bd9d3e 100644 --- a/exercises/practice/pig-latin/runtests.jl +++ b/exercises/practice/pig-latin/runtests.jl @@ -91,6 +91,7 @@ include("pig-latin.jl") @testset "y as second letter in two letter word" begin @test translate("my") == "ymay" end + end @testset "phrases are translated" begin @testset "a whole phrase" begin