Skip to content

Commit

Permalink
[DEADCODE] Remove old request handler tests
Browse files Browse the repository at this point in the history
Now that all the implementations are unit tested in P2PDataStorage,
the old tests can be removed.
  • Loading branch information
julianknutsen committed Dec 3, 2019
1 parent b1a06fe commit 4fe19ae
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 615 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
import bisq.common.proto.network.NetworkEnvelope;
import bisq.common.proto.network.NetworkPayload;

import com.google.common.annotations.VisibleForTesting;
import com.google.common.util.concurrent.FutureCallback;
import com.google.common.util.concurrent.Futures;
import com.google.common.util.concurrent.SettableFuture;
Expand Down Expand Up @@ -87,8 +86,7 @@ public interface Listener {
private final PeerManager peerManager;
private final Listener listener;
private Timer timeoutTimer;
@VisibleForTesting
final int nonce = new Random().nextInt();
private final int nonce = new Random().nextInt();
private boolean stopped;


Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 4fe19ae

Please sign in to comment.