mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-05 10:51:41 +00:00
Regular → Executable
+1
-3
@@ -3,7 +3,7 @@ package keeper_test
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/sonr-io/snrd/x/dwn/types"
|
||||
"github.com/sonr-io/sonr/x/dwn/types"
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
@@ -15,8 +15,6 @@ func TestGenesis(t *testing.T) {
|
||||
}
|
||||
|
||||
f.k.InitGenesis(f.ctx, genesisState)
|
||||
|
||||
got := f.k.ExportGenesis(f.ctx)
|
||||
require.NotNil(t, got)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user