Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rui-mo committed Jan 31, 2024
1 parent 9861073 commit d7a5ac1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions velox/type/tests/DecimalTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -484,5 +484,6 @@ TEST(DecimalTest, rescaleReal) {
assertRescaleFloatingPointFail<float, int64_t>(
99999.99, DECIMAL(6, 4), "Result cannot fit in the given precision 6.");
}

} // namespace
} // namespace facebook::velox

0 comments on commit d7a5ac1

Please sign in to comment.