Skip to content

Commit

Permalink
Uncomment verbose error check
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt authored Aug 3, 2023
1 parent 19bae09 commit 7af0601
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/e2e/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -1846,11 +1846,11 @@ func (tr TestRun) assignConsumerPubKey(action assignConsumerPubKeyAction, verbos
log.Fatalf("unexpected error during key assignment - output: %s, err: %s", string(bz), err)
}

// if action.expectError {
// if verbose {
// fmt.Printf("got expected error during key assignment | err: %s \n", err.Error())
// }
// }
if action.expectError {
if verbose {

Check failure on line 1850 in tests/e2e/actions.go

View workflow job for this annotation

GitHub Actions / lint

File is not `gci`-ed with --skip-generated -s standard,default,blank,dot,prefix(cosmossdk.io),prefix(github.com/cosmos/cosmos-sdk),prefix(github.com/cometbft/cometbft),prefix(github.com/cosmos/interchain-security) (gci)
fmt.Printf("got expected error during key assignment | err: %s \n", err.Error())
}
}

// node was started with provider key
// we swap the nodes's keys for consumer keys and restart it
Expand Down

0 comments on commit 7af0601

Please sign in to comment.