mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-04 18:31:41 +00:00
Squash merge develop into master
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
|
||||
"github.com/stretchr/testify/require"
|
||||
|
||||
"github.com/onsonr/hway/x/did/types"
|
||||
"github.com/onsonr/sonr/x/did/types"
|
||||
)
|
||||
|
||||
func TestGenesis(t *testing.T) {
|
||||
@@ -20,7 +20,6 @@ func TestGenesis(t *testing.T) {
|
||||
err := f.k.InitGenesis(f.ctx, genesisState)
|
||||
require.NoError(t, err)
|
||||
|
||||
|
||||
got := f.k.ExportGenesis(f.ctx)
|
||||
require.NotNil(t, got)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user