Skip to content

Commit

Permalink
remove redundant logging
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown unknown committed Jul 20, 2023
1 parent b376793 commit c88acf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/downtime/keeper/keeper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func TestImportExportGenesis(t *testing.T) {
// we check that if we export we have the same genesis state
gotGs, err := keeper.ExportGenesis(ctx)
require.NoError(t, err)
require.Equal(t, wantGs, gotGs, wantGs.String(), "-", gotGs.String())
require.Equal(t, wantGs, gotGs)
})

t.Run("import export – last block time", func(t *testing.T) {
Expand Down

0 comments on commit c88acf2

Please sign in to comment.