Skip to content

Commit 373a809

Browse files
committed
comitting real change
1 parent 1151ca2 commit 373a809

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/tst_mutagenesis.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ end
1515
@test !any(haskey.(test_x, :mutagenic))
1616
@test !any(haskey.(val_x, :mutagenic))
1717
# test data is materialized
18-
@test train_x isa AbstractVector{<:AbstractDict}
19-
@test test_x isa AbstractVector{<:AbstractDict}
20-
@test val_x isa AbstractVector{<:AbstractDict}
18+
@test train_x isa Vector{<:Dict}
19+
@test test_x isa Vector{<:Dict}
20+
@test val_x isa Vector{<:Dict}
2121
end

0 commit comments

Comments
 (0)