mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-21 07:19:28 +00:00
swarm/network/stream: fix a typo in test comment
This commit is contained in:
parent
24349144b6
commit
0d5e1e7bc9
1 changed files with 1 additions and 1 deletions
|
|
@ -763,7 +763,7 @@ func TestMaxPeerServersWithUnsubscribe(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// TestMaxPeerServersWithoutUnsubscribe creates a registry with a limited
|
// TestMaxPeerServersWithoutUnsubscribe creates a registry with a limited
|
||||||
// number of stream servers, and performs subscriptions to detect sunscriptions
|
// number of stream servers, and performs subscriptions to detect subscriptions
|
||||||
// error message exchange.
|
// error message exchange.
|
||||||
func TestMaxPeerServersWithoutUnsubscribe(t *testing.T) {
|
func TestMaxPeerServersWithoutUnsubscribe(t *testing.T) {
|
||||||
var maxPeerServers = 6
|
var maxPeerServers = 6
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue