We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tree'
1 parent 601bd93 commit 715000dCopy full SHA for 715000d
test/unittest.jl
@@ -21,7 +21,7 @@ using SafeTestsets
21
@test false
22
catch e
23
@test isa(e, ErrorException)
24
- expected_error_msg = ""
+ expected_error_msg = "The `tree'(X; kws...)` syntax is deprecated"
25
@test occursin(expected_error_msg, e.msg)
26
end
27
0 commit comments