Skip to content

Commit d48d417

Browse files
committed
typos
1 parent e9f863b commit d48d417

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/target_features.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
using Test
22
using LearnAPI
33

4-
struct Avacado end
4+
struct Avocado end
55

6-
@test isnothing(LearnAPI.target(Avacado(), "salsa"))
7-
@test isnothing(LearnAPI.weights(Avacado(), "salsa"))
8-
@test LearnAPI.features(Avacado(), "salsa") == "salsa"
9-
@test LearnAPI.features(Avacado(), (:X, :y)) == :X
6+
@test isnothing(LearnAPI.target(Avocado(), "salsa"))
7+
@test isnothing(LearnAPI.weights(Avocado(), "salsa"))
8+
@test LearnAPI.features(Avocado(), "salsa") == "salsa"
9+
@test LearnAPI.features(Avocado(), (:X, :y)) == :X
1010

1111
true

0 commit comments

Comments
 (0)