From 4b83be646c140fb50391acc40384dcb1cd2e10e6 Mon Sep 17 00:00:00 2001 From: Jasmina Malicevic Date: Tue, 3 May 2022 13:54:36 +0200 Subject: [PATCH] blocksync: fixed spelling error --- internal/blocksync/reactor_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/blocksync/reactor_test.go b/internal/blocksync/reactor_test.go index 13c7b2377..a3a9899c3 100644 --- a/internal/blocksync/reactor_test.go +++ b/internal/blocksync/reactor_test.go @@ -407,7 +407,7 @@ func TestReactor_AbruptDisconnect(t *testing.T) { // a) Add tests that verify whether faulty peer is properly detected // 1. block at H + 1 is faulty // 2. block at H + 2 is faulty (the validator set does not match) -// b) Add test to verify we replace a peer with a new one if we detect misbehaviour +// b) Add test to verify we replace a peer with a new one if we detect misbehavior func TestReactor_NonGenesisSync(t *testing.T) { ctx, cancel := context.WithCancel(context.Background()) defer cancel()