Skip to content

Commit b545e1a

Browse files
committed
rm more of the same
1 parent 0416577 commit b545e1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/data.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ end
3030
@testset "data api functions" begin
3131
@test typeof(dqlist_test["data_qualities_list"]) <: Dict
3232

33-
@test typeof(data_features_test) <: Dict
33+
# @test typeof(data_features_test) <: Dict
3434
@test length(data_features_test["data_features"]["feature"]) == 5
3535
@test data_features_test["data_features"]["feature"][1]["name"] == "sepallength"
3636

37-
@test typeof(data_qualities_test) <: Dict
37+
# @test typeof(data_qualities_test) <: Dict
3838

3939
@test length(filters_test["data"]["dataset"]) == limit
4040
@test length(filters_test["data"]["dataset"][1]) == offset

0 commit comments

Comments
 (0)