mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-24 06:47:54 +01:00
Fix unit test bug
This commit is contained in:
parent
2bcef988b4
commit
68fa57c922
1 changed files with 1 additions and 1 deletions
|
@ -467,7 +467,7 @@ public class PeerTest extends TestWithNetworkConnections {
|
|||
inbound(peer, new Pong(pingMsg.getNonce()));
|
||||
elapsed = future.get();
|
||||
assertEquals(elapsed, peer.getLastPingTime());
|
||||
assertEquals(14000, peer.getPingTime());
|
||||
assertEquals(7250, peer.getPingTime());
|
||||
}
|
||||
|
||||
private Message outbound() {
|
||||
|
|
Loading…
Add table
Reference in a new issue