Skip to content

Commit

Permalink
HSEARCH-3933 Clear scale/count calls on reset expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
fax4ever committed May 29, 2020
1 parent f383995 commit 7510e2a
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -97,13 +97,15 @@ CallQueue<CountWorkCall> getCountWorkCalls() {
}

void resetExpectations() {
indexFieldAddBehaviors.clear();
createBackendBehaviors.clear();
stopBackendBehaviors.clear();
indexFieldAddBehaviors.clear();
schemaDefinitionCalls.clear();
schemaManagementWorkCall.clear();
documentWorkCalls.clear();
indexScaleWorkCalls.reset();
searchCalls.reset();
countCalls.reset();
}

void verifyExpectationsMet() {
Expand Down

0 comments on commit 7510e2a

Please sign in to comment.