* clear

* feat: Add everything

* fix: Commenht
This commit is contained in:
Prad Nukala
2025-10-03 14:45:52 -04:00
committed by GitHub
parent 43b4a11c06
commit 13e6c3e84d
1935 changed files with 655061 additions and 40058 deletions
Regular → Executable
+1 -3
View File
@@ -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)
}