From 1fd682d1b7e439b524e876230fb9f960fd9237b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ecl=C3=A9sio=20Junior?= Date: Thu, 14 Apr 2022 08:45:59 -0400 Subject: [PATCH] chore: improve comments Co-authored-by: Quentin McGaw --- dot/state/epoch_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot/state/epoch_test.go b/dot/state/epoch_test.go index dd9d413866..234e22ca55 100644 --- a/dot/state/epoch_test.go +++ b/dot/state/epoch_test.go @@ -577,7 +577,7 @@ func TestStoreAndFinalizeBabeNextConfigData(t *testing.T) { require.Len(t, epochState.nextConfigData, len(tt.inMemoryEpoch)) - // if there is no data in memory we try to finalize the net config data + // if there is no data in memory we try to finalize the next config data // it should return nil since next epoch config data will not be in every epoch's first block if len(tt.inMemoryEpoch) == 0 { err = epochState.FinalizeBABENextConfigData(tt.finalizedHeader)