Skip to content

Commit 2d727b8

Browse files
authored
Merge pull request #873 from stripe/ob-fix-warnings
Suppress unchecked cast warnings in test
2 parents 80583be + 378ed1e commit 2d727b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/test/java/com/stripe/net/ApiRequestParamsConverterTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ public void testIllegalConflictingExtraParams() {
227227
}
228228

229229
@Test
230+
@SuppressWarnings("unchecked")
230231
public void testMetadataWithNullValue() {
231232
HasMetadataParams params = new HasMetadataParams();
232233
params.metadata = new HashMap<>();

0 commit comments

Comments
 (0)