Skip to content

Commit

Permalink
Update tests/e2e/actions.go
Browse files Browse the repository at this point in the history
Co-authored-by: MSalopek <[email protected]>
  • Loading branch information
bermuell and MSalopek authored Aug 8, 2023
1 parent 1c4e0d4 commit 2abfe71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -1853,7 +1853,7 @@ func (tr TestRun) assignConsumerPubKey(action assignConsumerPubKeyAction, verbos
}

if verbose {
fmt.Printf("got expected error during key assignment | err: %s \n", err.Error())
fmt.Printf("got expected error during key assignment | err: %s | output: %s \n", err, string(bz))

Check failure on line 1856 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)
}
}

Expand Down

0 comments on commit 2abfe71

Please sign in to comment.