tracks/julia/exercises/hello-world/runtests.jl in trackler-2.0.7.0 vs tracks/julia/exercises/hello-world/runtests.jl in trackler-2.0.8.1
- old
+ new
@@ -1,12 +1,7 @@
using Base.Test
include("hello-world.jl")
-@testset "no name" begin
+@testset "Say Hi!" begin
@test hello() == "Hello, World!"
-end
-
-@testset "names" begin
- @test hello("Alice") == "Hello, Alice!"
- @test hello("Bob") == "Hello, Bob!"
end