Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoke committed Jan 17, 2024
2 parents 1ce3a93 + 4027158 commit 07d4e30
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/e2e/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -745,9 +745,9 @@ func (tr TestConfig) addChainToGorelayer(
}

chainConfig := fmt.Sprintf(gorelayerChainConfigTemplate,
accountPrefix,
ChainId,
rpcAddr,
accountPrefix,
)

//#nosec G204 -- Bypass linter warning for spawning subprocess with cmd arguments.
Expand Down
4 changes: 2 additions & 2 deletions tests/e2e/tracehandler_testdata/consumer-misbehaviour.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@
"Rewards": null,
"ConsumerChains": null,
"AssignedKeys": {
"alice": "consumervalcons1muys5jyqk4xd27e208nym85kn0t4zjcfk9q5ce"
"alice": "cosmosvalcons1muys5jyqk4xd27e208nym85kn0t4zjcfeu63fe"
},
"ProviderKeys": {
"alice": "consumervalcons1qmq08eruchr5sf5s3rwz7djpr5a25f7xpvpagq"
"alice": "cosmosvalcons1qmq08eruchr5sf5s3rwz7djpr5a25f7xw4mceq"
},
"ConsumerPendingPacketQueueSize": null,
"RegisteredConsumerRewardDenoms": null,
Expand Down
4 changes: 2 additions & 2 deletions tests/e2e/tracehandler_testdata/happyPath.json
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@
"Rewards": null,
"ConsumerChains": null,
"AssignedKeys": {
"bob": "consumervalcons1uuec3cjxajv5te08p220usrjhkfhg9wyref26m",
"bob": "cosmosvalcons1uuec3cjxajv5te08p220usrjhkfhg9wyvqn0tm",
"carol": "cosmosvalcons1kswr5sq599365kcjmhgufevfps9njf43e4lwdk"
},
"ProviderKeys": {
Expand Down Expand Up @@ -526,7 +526,7 @@
"Rewards": null,
"ConsumerChains": null,
"AssignedKeys": {
"bob": "consumervalcons1uuec3cjxajv5te08p220usrjhkfhg9wyref26m",
"bob": "cosmosvalcons1uuec3cjxajv5te08p220usrjhkfhg9wyvqn0tm",
"carol": "cosmosvalcons1kswr5sq599365kcjmhgufevfps9njf43e4lwdk"
},
"ProviderKeys": {
Expand Down

0 comments on commit 07d4e30

Please sign in to comment.