Skip to content

Commit

Permalink
Delete Redundant RoutingServiceTests (#37750)
Browse files Browse the repository at this point in the history
* This test compleletly overrode the `reroute` method and hence did nothing put test the override itself
   * Removed the test since it tests nothing and simplified `reroute` accordingly
  • Loading branch information
original-brownbear committed Jan 23, 2019
1 parent 6a98383 commit 2439f68
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 67 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@ protected void doClose() {
* Initiates a reroute.
*/
public final void reroute(String reason) {
performReroute(reason);
}

// visible for testing
protected void performReroute(String reason) {
try {
if (lifecycle.stopped()) {
return;
Expand Down

This file was deleted.

0 comments on commit 2439f68

Please sign in to comment.