Skip to content

Commit

Permalink
refactor!: remove cmdtest
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Dec 11, 2024
1 parent aa8266e commit 2f3c39c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 543 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Every module contains its own CHANGELOG.md. Please refer to the module you are i
* RocksDB libraries have been upgraded to support RockDB v9 instead of v8.
* (testutil/integration) [#22616](https://github.com/cosmos/cosmos-sdk/pull/22616) Remove double context in integration tests v1.
* Use integrationApp.Context() instead of creating a context prior.
* []() Simplify testing frameworks by removing `testutil/cmdtest`.

### Bug Fixes

Expand Down
4 changes: 1 addition & 3 deletions client/keys/show.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,7 @@ func runShowCmd(cmd *cobra.Command, args []string) (err error) {
qrterminal.GenerateHalfBlock(out, qrterminal.H, cmd.OutOrStdout())
}

if _, err := fmt.Fprintln(cmd.OutOrStdout(), out); err != nil {
return err
}
cmd.Println(out)
default:
if err := printKeyringRecord(cmd.OutOrStdout(), ko, outputFormat); err != nil {
return err
Expand Down
354 changes: 0 additions & 354 deletions tests/integration/genutil/export_test.go

This file was deleted.

Loading

0 comments on commit 2f3c39c

Please sign in to comment.