Skip to content

Commit 39852ca

Browse files
committed
fix a 1.0 test fail
1 parent 3b35cd7 commit 39852ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/model_traits.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ bar(::P1) = nothing
5151

5252
@test hyperparameter_ranges(md) == (nothing,)
5353

54-
@test contains(docstring(ms), "No documentation")
54+
@test docstring(ms)[1:16] == "No documentation"[1:16]
5555
@test name(ms) == "S1"
5656

5757
@test is_supervised(ms)

0 commit comments

Comments
 (0)