From 01569ac6b50f55f8972d076f626cfd98c01d8b68 Mon Sep 17 00:00:00 2001 From: bernd-m <43466467+bermuell@users.noreply.github.com> Date: Fri, 13 Sep 2024 11:03:59 +0200 Subject: [PATCH] Update tests/e2e/steps_permissionless_ics.go Co-authored-by: insumity --- tests/e2e/steps_permissionless_ics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/steps_permissionless_ics.go b/tests/e2e/steps_permissionless_ics.go index 27e101ed29..065500f1e5 100644 --- a/tests/e2e/steps_permissionless_ics.go +++ b/tests/e2e/steps_permissionless_ics.go @@ -184,7 +184,7 @@ func stepsPermissionlessICS() []Step { }, State: State{ ChainID("provi"): e2e.ChainState{ - ConsumerChains: &map[ChainID]bool{"cons2": true}, // Consumer chain "consu1" is now removed + ConsumerChains: &map[ChainID]bool{"cons2": true}, // Consumer chain "cons1" is now removed HasToValidate: &map[ValidatorID][]ChainID{ ValidatorID("alice"): {"cons1"}, ValidatorID("bob"): {"cons1"}, // bob is still a validator on consu chain