Skip to content

Commit ca7994f

Browse files
committed
Improve tests.
1 parent 8f3c92c commit ca7994f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/runtests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ end
8888
@test contains(str, r"basic .+ started at")
8989
@test contains(str, r"failing test .+ failed at")
9090
@test contains(str, "FAILURE")
91+
@test contains(str, "Test Failed")
9192
@test contains(str, "1 == 2")
9293
end
9394

@@ -107,7 +108,7 @@ end
107108
@test contains(str, r"basic .+ started at")
108109
@test contains(str, r"throwing test .+ failed at")
109110
@test contains(str, "FAILURE")
110-
@test contains(str, "Got exception outside of a @test")
111+
@test contains(str, "Error During Test")
111112
@test contains(str, "This test throws an error")
112113
end
113114

0 commit comments

Comments
 (0)