Skip to content

Commit

Permalink
Address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
snuyanzin committed Aug 29, 2024
1 parent 0e9dfc5 commit 035844d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
import static org.assertj.core.api.Assertions.assertThat;

/** Tests for {@link DataTypePrecisionFixer}. */
public class DataTypePrecisionFixerTest {
class DataTypePrecisionFixerTest {

public static List<TestSpec> testData() {
private static List<TestSpec> testData() {
return Arrays.asList(
TestSpecs.fix(Types.BIG_DEC)
.logicalType(new DecimalType(10, 5))
Expand Down

0 comments on commit 035844d

Please sign in to comment.