From ec486b7853e41761e6f63c4c8d940fb96c7e6955 Mon Sep 17 00:00:00 2001 From: Simon Noetzlin Date: Fri, 30 Aug 2024 16:00:16 +0200 Subject: [PATCH] fix broken UT by previous PR (#2195) --- x/ccv/provider/types/legacy_proposal_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x/ccv/provider/types/legacy_proposal_test.go b/x/ccv/provider/types/legacy_proposal_test.go index 180a4978bd..4a13a4290b 100644 --- a/x/ccv/provider/types/legacy_proposal_test.go +++ b/x/ccv/provider/types/legacy_proposal_test.go @@ -554,7 +554,7 @@ func TestMsgUpdateConsumerValidateBasic(t *testing.T) { Top_N: 50, ValidatorsPowerCap: 100, ValidatorSetCap: 34, - Allowlist: []string{"addr1"}, + Allowlist: []string{"cosmosvalcons1arwg2sh5fd2wq4mwl6d05pyz4nrwls2mayg36j"}, Denylist: nil, MinStake: 0, AllowInactiveVals: false, @@ -591,8 +591,8 @@ func TestMsgUpdateConsumerValidateBasic(t *testing.T) { Top_N: 54, ValidatorsPowerCap: 92, ValidatorSetCap: 0, - Allowlist: []string{"addr1"}, - Denylist: []string{"addr2", "addr3"}, + Allowlist: []string{"cosmosvalcons1arwg2sh5fd2wq4mwl6d05pyz4nrwls2mayg36j"}, + Denylist: []string{"cosmosvalcons1arwg2sh5fd2wq4mwl6d05pyz4nrwls2mayg36j", "cosmosvalcons1arwg2sh5fd2wq4mwl6d05pyz4nrwls2mayg36j"}, MinStake: 0, AllowInactiveVals: false, },