diff --git a/test/data.jl b/test/data.jl index 1a090174..c7a8fdfd 100644 --- a/test/data.jl +++ b/test/data.jl @@ -76,7 +76,7 @@ end @test size(Iris.labels()) == (150,) end -@testest "Housing" begin +@testset "Housing" begin @test Housing.features() isa Matrix @test size(Housing.features()) == (506, 13)