Skip to content

Commit

Permalink
Fix test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
gianm committed May 14, 2024
1 parent c4fd12d commit 4b920cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ public void testVirtualNumericNullsAndZeros()
null,
StringComparators.NUMERIC
),
NullHandling.replaceWithDefault() && canTestNumericNullsAsDefaultValues
NullHandling.replaceWithDefault()
? ImmutableList.of("1", "3", "4", "5", "6")
: ImmutableList.of("1", "2", "3", "4", "5", "6", "7")
);
Expand Down

0 comments on commit 4b920cd

Please sign in to comment.