Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffery-Wasty committed Nov 16, 2023
1 parent 5d4a21c commit d91bc98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ public void testFailoverInstanceResolutionWithSocketTimeout() {
+ ";databaseName=FailoverDB;failoverPartner=" + randomServer + "\\foo;user=sa;password=pwd;"
+ ";socketTimeout=" + waitForDelaySeconds)) {
fail(TestResource.getResource("R_shouldNotConnect"));
} catch (Exception e) {
} catch (Exception e) {
timerEnd = System.currentTimeMillis();
if (!(e instanceof SQLException)) {
fail(TestResource.getResource("R_unexpectedErrorMessage") + e.getMessage());
Expand Down

0 comments on commit d91bc98

Please sign in to comment.