Skip to content

Commit

Permalink
Added println to MetricsPoller unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Jacobs committed Jun 21, 2016
1 parent c5bf266 commit d869bd6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ protected Boolean run() {
int v2 = metricsCount.get();

// they should be the same since we were paused
System.out.println("First poll got : " + v1 + ", second got : " + v2);
assertTrue(v2 == v1);

poller.start();
Expand Down

0 comments on commit d869bd6

Please sign in to comment.