Skip to content

Commit df10bed

Browse files
java-team-github-botGuice Team
authored andcommitted
Automated Code Change
PiperOrigin-RevId: 659586774
1 parent e35efe7 commit df10bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/testlib/test/com/google/inject/testing/fieldbinder/BoundFieldModuleTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ public Object get() {
668668
assertEquals(testValue, injector.getInstance(Integer.class));
669669
}
670670

671-
@SuppressWarnings("rawtypes") // Testing rawtypes
671+
@SuppressWarnings({"rawtypes", "JUnitIncompatibleType"}) // Testing rawtypes
672672
public void testRawProviderCanBindToIncorrectType() {
673673
final Integer testValue = 1024;
674674
Object instance =

0 commit comments

Comments
 (0)