Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lilgreenbird committed May 21, 2024
1 parent 8bfbc2d commit 9ccf88d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ public void fipsEncryptTest() throws Exception {

Properties props = buildConnectionProperties();
props.setProperty(Constants.ENCRYPT, Boolean.FALSE.toString());
System.out.println("fipsEncryptTest connectionString=" + connectionString);
try (Connection con = PrepUtil.getConnection(connectionString, props)) {
Assertions.fail(TestResource.getResource("R_expectedExceptionNotThrown"));
} catch (SQLException e) {
Expand Down

0 comments on commit 9ccf88d

Please sign in to comment.