Home
last modified time | relevance | path

Searched refs:arbitrary_date (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/update_engine/cros/
H A Domaha_request_action_unittest.cc2214 Time arbitrary_date; in TEST_F() local
2215 ASSERT_TRUE(Time::FromString("6/4/1989", &arbitrary_date)); in TEST_F()
2216 FakeSystemState::Get()->fake_clock()->SetWallclockTime(arbitrary_date); in TEST_F()
2226 EXPECT_EQ(arbitrary_date.ToInternalValue(), timestamp); in TEST_F()