Skip to content

Commit 715000d

Browse files
committed
Add expected error message to tree' test
1 parent 601bd93 commit 715000d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unittest.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ using SafeTestsets
2121
@test false
2222
catch e
2323
@test isa(e, ErrorException)
24-
expected_error_msg = ""
24+
expected_error_msg = "The `tree'(X; kws...)` syntax is deprecated"
2525
@test occursin(expected_error_msg, e.msg)
2626
end
2727
end

0 commit comments

Comments
 (0)