Skip to content

Commit 56088c8

Browse files
committed
fix
1 parent 51fbb3e commit 56088c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iceberg/test/literal_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ TEST(LiteralTest, CrossTypeComparison) {
9494
EXPECT_EQ(int_literal <=> string_literal, std::partial_ordering::unordered);
9595
}
9696

97-
TEST(LiteralTest, LongCastToIntOverflow) {
97+
TEST(LiteralTest, LongCastToOverflow) {
9898
auto max_long =
9999
Literal::Long(static_cast<int64_t>(std::numeric_limits<int32_t>::max()) + 1);
100100
auto min_long =

0 commit comments

Comments
 (0)