Skip to content

Commit 55c550b

Browse files
committed
add a test
1 parent 5d504d7 commit 55c550b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/traits.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ LearnAPI.learner(model::SmallLearner) = model
3232
small = SmallLearner()
3333
@test LearnAPI.constructor(small) == SmallLearner
3434
@test :(LearnAPI.learner) in LearnAPI.functions(small)
35+
@test LearnAPI.kind_of(learner) == LearnAPI.Descriminative()
3536
@test isempty(LearnAPI.kinds_of_proxy(small))
3637
@test isempty(LearnAPI.tags(small))
3738
@test !LearnAPI.is_pure_julia(small)

0 commit comments

Comments
 (0)