Searched refs:second_log_event_string (Results 1 – 1 of 1) sorted by relevance
596 base::Value* second_log_event_string = second_log_event_dict.Find("event"); in TEST_P() local597 ASSERT_TRUE(second_log_event_string); in TEST_P()598 ASSERT_TRUE(second_log_event_string->is_string()); in TEST_P()599 EXPECT_EQ(second_log_event_string->GetString(), "Staged"); in TEST_P()