Skip to content

Commit e36b78e

Browse files
committed
Monor tests modification
1 parent e99e94e commit e36b78e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ut/columns_ut.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,8 @@ TEST(ColumnsCase, Date2038) {
352352
}
353353

354354
TEST(ColumnsCase, DateTime) {
355-
// ASSERT_NE(nullptr, CreateColumnByType("DateTime"));
356-
// ASSERT_NE(nullptr, CreateColumnByType("DateTime('Europe/Moscow')"));
355+
ASSERT_NE(nullptr, CreateColumnByType("DateTime"));
356+
ASSERT_NE(nullptr, CreateColumnByType("DateTime('Europe/Moscow')"));
357357

358358
ASSERT_EQ(CreateColumnByType("DateTime('UTC')")->As<ColumnDateTime>()->Timezone(), "UTC");
359359
ASSERT_EQ(CreateColumnByType("DateTime64(3, 'UTC')")->As<ColumnDateTime64>()->Timezone(), "UTC");

0 commit comments

Comments
 (0)