From 546d11941ac091a9892c807d8c98f51aa61114e0 Mon Sep 17 00:00:00 2001 From: Simon Noetzlin Date: Fri, 8 Sep 2023 16:41:04 +0200 Subject: [PATCH] nits --- tests/e2e/steps.go | 4 ++-- tests/e2e/steps_double_sign.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/e2e/steps.go b/tests/e2e/steps.go index 8a9f4ccdea..f91b8d6b0d 100644 --- a/tests/e2e/steps.go +++ b/tests/e2e/steps.go @@ -91,7 +91,7 @@ var changeoverSteps = concatSteps( var consumerMisbehaviourSteps = concatSteps( // start provider and consumer chain stepsStartChainsWithSoftOptOut("consu"), - // make consumer validator to misbehave and get jail + // make a consumer validator to misbehave and get jailed stepsCauseConsumerMisbehaviour("consu"), ) @@ -99,6 +99,6 @@ var consumerDoubleSignSteps = concatSteps( // start provider and consumer chain stepsStartChains([]string{"consu"}, false), - // make consumer validator to double sign and get jail + // make a consumer validator to double sign and get jailed stepsCauseDoubleSignOnConsumer("consu"), ) diff --git a/tests/e2e/steps_double_sign.go b/tests/e2e/steps_double_sign.go index a5485d51f8..a493869464 100644 --- a/tests/e2e/steps_double_sign.go +++ b/tests/e2e/steps_double_sign.go @@ -177,7 +177,7 @@ func stepsCauseDoubleSignOnConsumer(consumerName string) []Step { }, }, }, - // consumer learn about the jailing + // consumer learns about the jailing { action: relayPacketsAction{ chainA: chainID("provi"),