Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
clintropolis committed Dec 6, 2023
1 parent fb77785 commit 385ff55
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,6 @@ public void testFilterVariantArrayAsString()
.intervals(Collections.singletonList(Intervals.ETERNITY))
.filters(
new AndDimFilter(
new EqualityFilter("variantWithArrays", ColumnType.STRING, "1", null),
new EqualityFilter("v0", ColumnType.STRING, "1", null)
)
)
Expand Down Expand Up @@ -524,7 +523,6 @@ public void testFilterVariantArrayAsDouble()
.intervals(Collections.singletonList(Intervals.ETERNITY))
.filters(
new AndDimFilter(
new EqualityFilter("variantWithArrays", ColumnType.DOUBLE, 3.0, null),
new EqualityFilter("v0", ColumnType.DOUBLE, 3.0, null)
)
)
Expand Down

0 comments on commit 385ff55

Please sign in to comment.