Skip to content

Commit c5fd43d

Browse files
authored
Update README.md
1 parent 8150645 commit c5fd43d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ regressors = MLJTestIntegration.MLJ.models(matching(X, y)) do m
5757
end
5858

5959
# to test code loading:
60-
MLJTestIntegration.test(regressors, X, y, verbosity=2, mod=@__MODULE__, level=1)
60+
failures, summary =
61+
MLJTestIntegration.test(regressors, X, y, verbosity=2, mod=@__MODULE__, level=1)
62+
@assert isempty(failures)
6163

6264
# comprehensive tests:
6365
failures, summary =

0 commit comments

Comments
 (0)