Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/feature/aruha-526' into release-…
Browse files Browse the repository at this point in the history
…candidate
  • Loading branch information
antban committed Feb 6, 2017
2 parents 5b9c1c8 + 76431b0 commit 2bd87a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public void invalidateCacheOnTimelineChange() throws Exception {
executeWithRetry(() -> {
try {
etc.getTimelines(et.getName());
verify(timelineRepository, times(2)).listTimelines(et.getName());
verify(timelineRepository, times(1)).listTimelines(et.getName());
} catch (final Exception e) {
fail();
}
Expand Down

0 comments on commit 2bd87a2

Please sign in to comment.