mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-11-23 22:15:47 +00:00
aligning imports
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
parent
03211743fc
commit
370c5e8ba9
@ -1,9 +1,10 @@
|
|||||||
package keeper
|
package keeper
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"testing"
|
||||||
|
|
||||||
dertypes "github.com/planetmint/planetmint-go/x/der/types"
|
dertypes "github.com/planetmint/planetmint-go/x/der/types"
|
||||||
"github.com/stretchr/testify/require"
|
"github.com/stretchr/testify/require"
|
||||||
"testing"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestStoreDerAssetAndLookupDerAsset(t *testing.T) {
|
func TestStoreDerAssetAndLookupDerAsset(t *testing.T) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user