mirror of
https://github.com/google/nomulus
synced 2026-09-19 22:44:26 +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.
|
// it's a request that has just started running recently.
|
||||||
@Test public void testIsRunning_unrecognized() {
|
@Test public void testIsRunning_unrecognized() {
|
||||||
when(RequestStatusCheckerImpl.logService.fetch(expectedLogQuery("12345678")))
|
when(RequestStatusCheckerImpl.logService.fetch(expectedLogQuery("12345678")))
|
||||||
.thenReturn(ImmutableList.of());
|
.thenReturn(ImmutableList.<RequestLogs>of());
|
||||||
assertThat(requestStatusChecker.isRunning("12345678")).isTrue();
|
assertThat(requestStatusChecker.isRunning("12345678")).isTrue();
|
||||||
assertAboutLogs()
|
assertAboutLogs()
|
||||||
.that(logHandler)
|
.that(logHandler)
|
||||||
|
|||||||
Reference in New Issue
Block a user