fix typo
This commit is contained in:
parent
a72258ea2a
commit
a1efc434c2
|
@ -76,7 +76,7 @@ end
|
||||||
@test size(Iris.labels()) == (150,)
|
@test size(Iris.labels()) == (150,)
|
||||||
end
|
end
|
||||||
|
|
||||||
@testest "Housing" begin
|
@testset "Housing" begin
|
||||||
@test Housing.features() isa Matrix
|
@test Housing.features() isa Matrix
|
||||||
@test size(Housing.features()) == (506, 13)
|
@test size(Housing.features()) == (506, 13)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue