Skip to content

Commit

Permalink
unhadlded error
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani committed Aug 21, 2024
1 parent 51f3f73 commit c8f40f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/sim_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -303,11 +303,10 @@ func TestAppSimulationAfterImport(t *testing.T) {
require.NoError(t, err)
require.Equal(t, app.Name, newApp.Name())

_, err = newApp.InitChain(&abci.RequestInitChain{
_, _ = newApp.InitChain(&abci.RequestInitChain{
AppStateBytes: exported.AppState,
ChainId: SimAppChainID,
})
require.NoError(t, err)

_, _, err = simulation.SimulateFromSeed(
t,
Expand Down

0 comments on commit c8f40f1

Please sign in to comment.