Skip to content

Commit

Permalink
Merge pull request #430 from deutschebank/spring-bot-master-db
Browse files Browse the repository at this point in the history
SYMPHONYP-1126 migrate-springbot-framework-from-spring-2.7.1-to-sprin…
  • Loading branch information
vaibhav-db authored Jun 3, 2024
2 parents 46683d3 + 6229f64 commit 99cec5a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ protected void execute(String s) throws Exception {
oc.lastMethod = null;
s = s.replace("@gaurav","<span class=\"entity\" data-entity-id=\"1\">@gaurav</span>");

Mockito.clearAllCaches();
Mockito.clearInvocations();

EntityJson jsonObjects = new EntityJson();
jsonObjects.put("1", new SymphonyUser(123l, "gaurav", "gaurav@example.com"));
Expand Down Expand Up @@ -140,7 +140,7 @@ protected void pressButton(String s, Map<String, Object> values) {
oc.lastArguments = null;
oc.lastMethod = null;

Mockito.clearAllCaches();
Mockito.clearInvocations();

values.put("action", s);

Expand Down

0 comments on commit 99cec5a

Please sign in to comment.