Skip to content

Commit

Permalink
Fixed read file test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffery-Wasty committed Aug 14, 2024
1 parent cbdc239 commit 7e267b1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,9 @@ public void readFromFile() {
propsFile = new File("mssql-jdbc.properties");
FileWriter propFileWriter = new FileWriter(propsFile);
propFileWriter.write("retryExec={2716:1,2*2:CREATE;2714:1,2*2:CREATE};");
testStatementRetry("");
propFileWriter.close();
testStatementRetry("");

} catch (Exception e) {
Assertions.fail(TestResource.getResource("R_unexpectedException"));
} finally {
Expand Down

0 comments on commit 7e267b1

Please sign in to comment.