mirror of
https://github.com/google/nomulus
synced 2026-01-11 00:10:36 +00:00
Fix Kokoro build
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=167886615
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user