Skip to content

Commit 0cd170e

Browse files
committed
rename test cases
1 parent c7b4cb9 commit 0cd170e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

nullaway/src/test/java/com/uber/nullaway/jspecify/WildcardTests.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ static <T> Foo<T> after(Foo<Optional<T>> foo) {
634634
}
635635

636636
@Test
637-
public void issue1522SelfContainedMethodReference() {
637+
public void issue1522SelfContainedWithMethodReference() {
638638
makeHelperWithInferenceFailureWarning()
639639
.addSourceLines(
640640
"Test.java",
@@ -667,7 +667,7 @@ static <T> Foo<T> after(Foo<Optional<T>> foo) {
667667
}
668668

669669
@Test
670-
public void polyExpressionGroundTargetPreservesNestedWildcards() {
670+
public void groundTargetTypePreservesNestedWildcards() {
671671
makeHelperWithInferenceFailureWarning()
672672
.addSourceLines(
673673
"Test.java",
@@ -722,7 +722,7 @@ static void testArrayWithNestedWildcard() {
722722
}
723723

724724
@Test
725-
public void polyExpressionGroundTargetPreservesNestedWildcardsForMethodReferences() {
725+
public void groundTargetTypePreservesNestedWildcardsForMethodReferences() {
726726
makeHelperWithInferenceFailureWarning()
727727
.addSourceLines(
728728
"Test.java",

0 commit comments

Comments
 (0)