Searched refs:kTwoDays (Results 1 – 1 of 1) sorted by relevance
116 constexpr uint64_t kTwoDays = 48ULL * 3600 * 1000 * 1000 * 1000; in TEST_F() local117 record->set_timestamp(t_start + kTwoDays); in TEST_F()123 ASSERT_EQ(it->timestamp_ns(), t_start + kTwoDays); in TEST_F()