Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffery-Wasty committed Sep 18, 2024
1 parent 0c624b9 commit 16397df
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -470,8 +470,7 @@ public void testConnectCountInLoginAndCorrectRetryCountForMultipleValues() {
* Tests whether connectRetryCount and connectRetryInterval are properly respected in the login loop. As well, tests
* that connection is retried the proper number of times.
*/
@Test
public void testConnectCountInLoginAndCorrectRetryCount(int connectRetryCount) {
private void testConnectCountInLoginAndCorrectRetryCount(int connectRetryCount) {
long timerStart = 0;

int connectRetryInterval = 60;
Expand Down

0 comments on commit 16397df

Please sign in to comment.