Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-akolodziejczyk committed Dec 12, 2024
1 parent bc17a9b commit 2f38e68
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ void shouldAuthenticateUsingExternalBrowser() throws InterruptedException {
Thread provideCredentialsThread =
new Thread(() -> authTestHelper.provideCredentials("success", login, password));
Thread connectThread =
authTestHelper.getConnectAndExecuteSimpleQueryThread(getExternalBrowserConnectionParameters());
authTestHelper.getConnectAndExecuteSimpleQueryThread(
getExternalBrowserConnectionParameters());

authTestHelper.connectAndProvideCredentials(provideCredentialsThread, connectThread);
authTestHelper.verifyExceptionIsNotThrown();
Expand Down

0 comments on commit 2f38e68

Please sign in to comment.