Skip to content

Commit

Permalink
[CALCITE-6131] There are duplicate sample tests in SqlTypeUtilTest
Browse files Browse the repository at this point in the history
  • Loading branch information
caicancai authored and mihaibudiu committed Dec 12, 2023
1 parent 871aa29 commit 56eb062
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class SqlTypeUtilTest {
is(true));
assertThat(areSameFamily(ImmutableList.of(bigIntAndFloat, bigIntAndFloat)),
is(true));
assertThat(areSameFamily(ImmutableList.of(bigIntAndFloat, bigIntAndFloat)),
assertThat(areSameFamily(ImmutableList.of(floatAndBigInt, bigIntAndFloat)),
is(true));
assertThat(areSameFamily(ImmutableList.of(floatAndBigInt, floatAndBigInt)),
is(true));
Expand Down

0 comments on commit 56eb062

Please sign in to comment.