mirror of
https://github.com/google/nomulus
synced 2026-01-08 23:23:32 +00:00
Fix RequestHandlerTest type inference errors in Nomulus build
(Caused by [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=139206844
This commit is contained in:
@@ -162,7 +162,7 @@ public final class RequestHandlerTest {
|
||||
@Before
|
||||
public void before() throws Exception {
|
||||
// Initialize here, not inline, so that we pick up the mocked UserService.
|
||||
handler = RequestHandler.createForTest(
|
||||
handler = RequestHandler.<Component, Builder>createForTest(
|
||||
Component.class,
|
||||
Providers.of(new Builder() {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user