Skip to content

Commit

Permalink
addressing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Aharkau committed Nov 14, 2023
1 parent e8715bc commit 1835f54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ void runtimeExpressions() throws Exception {
service.service6();
RuntimeConfigs runtime = context.getBean(RuntimeConfigs.class);
verify(runtime, times(5)).getMaxAttempts();
verify(runtime, times(2)).getInitial();
verify(runtime, times(1)).getInitial();
verify(runtime, times(2)).getMax();
verify(runtime, times(2)).getMult();

Expand Down

0 comments on commit 1835f54

Please sign in to comment.