From 9f0c0006539da08803480f31b3549dbf1d4d6af9 Mon Sep 17 00:00:00 2001 From: rustco Date: Thu, 20 Jun 2024 15:17:13 +0800 Subject: [PATCH] chore: fix comment Signed-off-by: rustco --- tests/e2e/steps_downtime.go | 2 +- tests/e2e/steps_multi_consumer_delegation.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/e2e/steps_downtime.go b/tests/e2e/steps_downtime.go index a8506bf518..4a11dfb0ba 100644 --- a/tests/e2e/steps_downtime.go +++ b/tests/e2e/steps_downtime.go @@ -211,7 +211,7 @@ func stepsDowntime(consumerName string) []Step { } } -// stepsDowstepsDoubleDowntime time tests that a validator can get jailed twice +// stepsDoubleDowntime time tests that a validator can get jailed twice // on a consumer. // These are the steps: // - a validator is down on a consumer diff --git a/tests/e2e/steps_multi_consumer_delegation.go b/tests/e2e/steps_multi_consumer_delegation.go index 734338edbc..ca15001441 100644 --- a/tests/e2e/steps_multi_consumer_delegation.go +++ b/tests/e2e/steps_multi_consumer_delegation.go @@ -1,6 +1,6 @@ package main -// stepsDelegate tests basic delegation and resulting validator power changes. +// stepsMultiConsumerDelegate tests basic delegation and resulting validator power changes. func stepsMultiConsumerDelegate(consumer1, consumer2 string) []Step { return []Step{ {