mirror of
https://github.com/google/nomulus.git
synced 2025-08-04 08:52:12 +02:00
Fix type-inference issues in our FOSS build
Fix a few uses of Optional and any() in the IcannReporting test drivers so that they work on bazel in JDK7. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=164888832
This commit is contained in:
parent
4de8d3eae1
commit
e45010f667
2 changed files with 4 additions and 4 deletions
|
@ -172,7 +172,7 @@ public class IcannReportingUploadActionTest {
|
|||
public void testSuccess_CreateBucketname() throws Exception{
|
||||
assertThat(
|
||||
IcannReportingUploadAction
|
||||
.createReportingBucketName("gs://my-reporting", Optional.absent(), "2017-05"))
|
||||
.createReportingBucketName("gs://my-reporting", Optional.<String>absent(), "2017-05"))
|
||||
.isEqualTo("gs://my-reporting/icann/monthly/2017-05");
|
||||
assertThat(
|
||||
IcannReportingUploadAction
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue