mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 08:27:14 +02: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:
parent
e0dbc1cb12
commit
3942f0768b
2 changed files with 5 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue