Skip to content

Commit

Permalink
chore: solve lint warns
Browse files Browse the repository at this point in the history
  • Loading branch information
EclesioMeloJunior committed Jul 26, 2022
1 parent 34b4a3d commit 3f4d31f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/grandpa/network_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ func TestNotifyNeighbor(t *testing.T) {
finalizeBlockAfter time.Duration
expectWithin time.Duration
}{
"should_send_neighbor_message": {
"should_send_neighbour_message": {
expectWithin: 2 * time.Second,
notifyInterval: interval,
},
"should_reset_timer_and_then_send_neighbor_message": {
"should_reset_timer_and_then_send_neighbour_message": {
finalizeBlock: true,
finalizeBlockAfter: 1 * time.Second,
notifyInterval: interval,
Expand Down

0 comments on commit 3f4d31f

Please sign in to comment.