Fix Kokoro build

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=167886615
This commit is contained in:
guyben 2017-09-07 11:27:00 -07:00 committed by jianglai
parent f0621c4df1
commit e892a2f0fe

View file

@ -81,7 +81,7 @@ public final class RequestStatusCheckerImplTest {
// it's a request that has just started running recently.
@Test public void testIsRunning_unrecognized() {
when(RequestStatusCheckerImpl.logService.fetch(expectedLogQuery("12345678")))
.thenReturn(ImmutableList.of());
.thenReturn(ImmutableList.<RequestLogs>of());
assertThat(requestStatusChecker.isRunning("12345678")).isTrue();
assertAboutLogs()
.that(logHandler)