Skip to content

Commit

Permalink
Remove public keyword of test case based on comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanzhi Wang committed Sep 17, 2024
1 parent 4c81a68 commit 72696e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ void parseWrongDateTime() throws ParseException {

@ParameterizedTest
@MethodSource("nonNumericValuesForColStats")
public void formattedDifferentNonNumericValuesFromDeltaColumnStat(
void formattedDifferentNonNumericValuesFromDeltaColumnStat(
Object fieldValue, InternalSchema fieldSchema, Object expectedDeltaValue) {
Object internalRepresentation =
DeltaValueConverter.convertFromDeltaColumnStatValue(fieldValue, fieldSchema);
Expand Down

0 comments on commit 72696e7

Please sign in to comment.