Skip to content

Commit 21e3537

Browse files
committed
rm all traces of these redundant tests
1 parent cd95076 commit 21e3537

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/data.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,8 @@ end
2828
end
2929

3030
@testset "data api functions" begin
31-
# @test typeof(dqlist_test["data_qualities_list"]) <: Dict
32-
# @test typeof(data_features_test) <: Dict
3331
@test length(data_features_test["data_features"]["feature"]) == 5
3432
@test data_features_test["data_features"]["feature"][1]["name"] == "sepallength"
35-
36-
# @test typeof(data_qualities_test) <: Dict
37-
3833
@test length(filters_test["data"]["dataset"]) == limit
3934
@test length(filters_test["data"]["dataset"][1]) == offset
4035
end

0 commit comments

Comments
 (0)