Skip to content

Commit dfed176

Browse files
committed
Increasing coverage
1 parent 3190751 commit dfed176

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_experiments.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
exp = createexperiment(mlf)
44

55
@test isa(exp, MLFlowExperiment)
6+
@test_throws ErrorException createexperiment(mlf; name=exp.name)
7+
68
deleteexperiment(mlf, exp)
79
end
810

0 commit comments

Comments
 (0)