Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NHDaly committed Jan 10, 2025
1 parent bc1e890 commit 0492b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/corelogging.jl
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ end
@test only(collect_test_logs(logmsg)[1]).kwargs[:x] === "the y"
end
end
@testset "Log message handle_message exception handling"
@testset "Log message handle_message exception handling" begin
function capture_stderr(func)
fname = tempname()
f = open(fname, "w")
Expand Down

0 comments on commit 0492b7b

Please sign in to comment.