Skip to content

Commit

Permalink
Add missing end
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras committed Jul 3, 2024
1 parent 8875e71 commit 7b31dac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exercises/practice/pig-latin/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b31dac

Please sign in to comment.