mirror of
https://github.com/google/nomulus
synced 2026-09-05 23:57:01 +00:00
Fix Nomulus build type inference error on resolvePendingTransfer()
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=139219997
This commit is contained in:
@@ -164,7 +164,7 @@ public final class RequestHandlerTest {
|
||||
// Initialize here, not inline, so that we pick up the mocked UserService.
|
||||
handler = RequestHandler.<Component, Builder>createForTest(
|
||||
Component.class,
|
||||
Providers.of(new Builder() {
|
||||
Providers.<Builder>of(new Builder() {
|
||||
@Override
|
||||
public Component build() {
|
||||
// Use a fake Builder that returns the single component instance that uses the mocks.
|
||||
|
||||
Reference in New Issue
Block a user