p2p: fit typo

This commit is contained in:
Felix Lange 2018-02-19 15:06:37 +01:00 committed by GitHub
parent 4e83adc634
commit 29f19afc67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -515,7 +515,7 @@ func TestDialStateStaticDial(t *testing.T) {
}) })
} }
// This test checks that static peers will be redialed immediatly if they were re-added to a static list. // This test checks that static peers will be redialed immediately if they were re-added to a static list.
func TestDialStaticAfterReset(t *testing.T) { func TestDialStaticAfterReset(t *testing.T) {
wantStatic := []*discover.Node{ wantStatic := []*discover.Node{
{ID: uintID(1)}, {ID: uintID(1)},