mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-04 18:31:41 +00:00
Regular → Executable
+1
-2
@@ -3,7 +3,7 @@ package keeper_test
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/sonr-io/snrd/x/svc/types"
|
||||
"github.com/sonr-io/sonr/x/svc/types"
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
@@ -18,5 +18,4 @@ func TestGenesis(t *testing.T) {
|
||||
|
||||
got := f.k.ExportGenesis(f.ctx)
|
||||
require.NotNil(t, got)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user