Skip to content

Commit 0492b7b

Browse files
committed
fix typo
1 parent bc1e890 commit 0492b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/corelogging.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ end
114114
@test only(collect_test_logs(logmsg)[1]).kwargs[:x] === "the y"
115115
end
116116
end
117-
@testset "Log message handle_message exception handling"
117+
@testset "Log message handle_message exception handling" begin
118118
function capture_stderr(func)
119119
fname = tempname()
120120
f = open(fname, "w")

0 commit comments

Comments
 (0)