Skip to content

Commit 17cdac9

Browse files
authored
edit the test docstring
1 parent cd03b31 commit 17cdac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ MLJTestIntegration.test(regressors, X, y, verbosity=1, mod=@__MODULE__, level=1)
111111
112112
# comprehensive tests:
113113
failures, summary =
114-
MLJTestIntegration.test(regressors, X, y, verbosity=3, mod=@__MODULE__, level=1)
114+
MLJTestIntegration.test(regressors, X, y, verbosity=1, mod=@__MODULE__, level=3)
115115
116116
summary |> DataFrame
117117
```

0 commit comments

Comments
 (0)