Skip to content

Commit ffe3ad6

Browse files
committed
rename test
1 parent e7cc1c5 commit ffe3ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ void testLocal(Foo<? extends @Nullable String> f) {
226226

227227
@Ignore("bad interaction between wildcard support and generic method inference")
228228
@Test
229-
public void wildcardSuperBounds() {
229+
public void wildcardSuperBoundsAndInference() {
230230
makeHelperWithInferenceFailureWarning()
231231
.addSourceLines(
232232
"Test.java",

0 commit comments

Comments
 (0)