Skip to content

Commit

Permalink
HSEARCH-4283 Remove duplicated code line
Browse files Browse the repository at this point in the history
Not related to the issue, but done in the context of the issue
  • Loading branch information
fax4ever committed Jan 4, 2022
1 parent 56771fa commit 0042aee
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -146,7 +146,6 @@ public void backendFailure_retryAfter() {
backendMock.verifyExpectationsMet();

backendMock.expectWorks( IndexedEntity.INDEX )
.createAndExecuteFollowingWorks()
// retry (succeeds):
.createAndExecuteFollowingWorks()
.addOrUpdate( "2", b -> b
Expand Down

0 comments on commit 0042aee

Please sign in to comment.