Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions p2p/exchange_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -476,8 +476,8 @@ func TestExchange_HandleHeaderWithDifferentChainID(t *testing.T) {
require.Error(t, err)
}

// TestExchange_RequestHeadersFromAnotherPeer tests that the Exchange instance will request range
// from another peer with lower score after receiving header.ErrNotFound
// TestExchange_RequestHeadersFromAnotherPeerWhenTimeout tests that the Exchange instance
// will request range from another peer with lower score after receiving header.ErrNotFound
func TestExchange_RequestHeadersFromAnotherPeerWhenTimeout(t *testing.T) {
// create blankhost because mocknet does not support deadlines
swarm0 := swarm.GenSwarm(t)
Expand Down