Skip to content

Commit

Permalink
Merge pull request #189 from lupemba/fix-test-for-error-message
Browse files Browse the repository at this point in the history
Fix the error message test after PR #162
  • Loading branch information
sjkelly committed Nov 8, 2023
2 parents 83e8b0f + 5a80178 commit 245242e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ end
_, messages = capture_logging_messages() do
@test_throws EzXML.XMLError parsexml("<gepa?>jgo<<<><<")
end
@test occursin("caught 4 errors; showing the first one", messages)
@test occursin("caught 4 errors; throwing the first one", messages)
end

@testset "HTML" begin
Expand Down

0 comments on commit 245242e

Please sign in to comment.