Skip to content

Commit 7b31dac

Browse files
committed
Add missing end
1 parent 8875e71 commit 7b31dac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exercises/practice/pig-latin/runtests.jl

+1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ include("pig-latin.jl")
9191
@testset "y as second letter in two letter word" begin
9292
@test translate("my") == "ymay"
9393
end
94+
end
9495

9596
@testset "phrases are translated" begin
9697
@testset "a whole phrase" begin

0 commit comments

Comments
 (0)