Skip to content

Commit

Permalink
test: removing fill assertions and unsafe code
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulghangas committed Nov 3, 2022
1 parent 8f00dc9 commit d3a59ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 61 deletions.
57 changes: 0 additions & 57 deletions testutil/nullify/nullify.go

This file was deleted.

4 changes: 0 additions & 4 deletions x/payment/genesis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"testing"

keepertest "github.com/celestiaorg/celestia-app/testutil/keeper"
"github.com/celestiaorg/celestia-app/testutil/nullify"
"github.com/celestiaorg/celestia-app/x/payment"
"github.com/celestiaorg/celestia-app/x/payment/types"
"github.com/stretchr/testify/require"
Expand All @@ -19,7 +18,4 @@ func TestGenesis(t *testing.T) {
payment.InitGenesis(ctx, *k, genesisState)
got := payment.ExportGenesis(ctx, *k)
require.NotNil(t, got)

nullify.Fill(&genesisState)
nullify.Fill(got)
}

0 comments on commit d3a59ba

Please sign in to comment.