diff --git a/core/src/tests/catalog.cc b/core/src/tests/catalog.cc index 7d66ae1408e..9247ae41bb6 100644 --- a/core/src/tests/catalog.cc +++ b/core/src/tests/catalog.cc @@ -184,5 +184,5 @@ TEST_F(CatalogTest, database) time_t time_converted = static_cast(StrToUtime(stime.data())); - EXPECT_EQ(time_converted, 1574863489); + EXPECT_EQ(time_converted, StrToUtime("2019-11-27 15:04:49")); }