Skip to content

Commit

Permalink
chore: compare genesis params into chain genesis tests (#4384)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani authored Oct 8, 2024
1 parent 5c05d12 commit 8e64eb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
- [#4317](https://github.com/ignite/cli/pull/4317) Remove xchisel dependency
- [#4361](https://github.com/ignite/cli/pull/4361) Remove unused `KeyPrefix` method
- [#4376](https://github.com/ignite/cli/pull/4376) Set different chain-id for in place testnet
- [#4384](https://github.com/ignite/cli/pull/4384) Compare genesis params into chain genesis tests

### Fixes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ func TestGenesis(t *testing.T) {
nullify.Fill(got)

<%= if (isIBC) { %>require.Equal(t, genesisState.PortId, got.PortId)<% } %>

require.Equal(t, genesisState.Params, got.Params)
// this line is used by starport scaffolding # genesis/test/assert
}

0 comments on commit 8e64eb5

Please sign in to comment.