File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/java/com/mastercard/developer/encryption Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ public void testBuild_Nominal_iv12() throws Exception {
6060 Assert .assertEquals ("oaepPaddingDigestAlgorithm" , config .oaepPaddingDigestAlgorithmFieldName );
6161 Assert .assertEquals ("x-oaep-padding-digest-algorithm" , config .oaepPaddingDigestAlgorithmHeaderName );
6262 Assert .assertEquals (HEX , config .fieldValueEncoding );
63- assertThat (config .getIVSize (). intValue () ,equalTo (12 ));
63+ assertThat (config .getIVSize (),equalTo (12 ));
6464 }
6565
6666 @ Test
@@ -107,7 +107,7 @@ public void testBuild_Nominal_iv16() throws Exception {
107107 Assert .assertEquals ("oaepPaddingDigestAlgorithm" , config .oaepPaddingDigestAlgorithmFieldName );
108108 Assert .assertEquals ("x-oaep-padding-digest-algorithm" , config .oaepPaddingDigestAlgorithmHeaderName );
109109 Assert .assertEquals (HEX , config .fieldValueEncoding );
110- assertThat (config .getIVSize (). intValue () ,equalTo (16 ));
110+ assertThat (config .getIVSize (),equalTo (16 ));
111111 }
112112
113113 @ Test
You can’t perform that action at this time.
0 commit comments