Skip to content

Commit

Permalink
ReactiveX#194 fixing Codacy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rLitto committed Jan 30, 2018
1 parent a206bb9 commit 8b98bba
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ public void testCircuitBreakerStateMachine() throws InterruptedException {

assertThat(circuitBreaker.isCallPermitted()).isEqualTo(false);
assertThat(circuitBreaker.getState()).isEqualTo(CircuitBreaker.State.FORCED_OPEN); // Should create a CircuitBreakerOnStateTransitionEvent (21)
final CircuitBreaker.Metrics metrics = circuitBreaker.getMetrics();
assertCircuitBreakerMetricsEqualTo(-1f, null, 0, null, 0, 2L);


Expand Down

0 comments on commit 8b98bba

Please sign in to comment.