Skip to content

Commit 8ff8158

Browse files
committed
Fix expected error message
1 parent 715000d commit 8ff8158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_error_handling.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ try
4848
@test false
4949
catch e
5050
@test isa(e, ErrorException)
51-
expected_error_msg = "The `tree'(X; kws...)` syntax is deprecated"
51+
expected_error_msg = "Gradients are not implemented"
5252
@test occursin(expected_error_msg, e.msg)
5353
end

0 commit comments

Comments
 (0)