Skip to content

Commit

Permalink
fix: correct missing template import (#3520)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeronimoalbi authored May 25, 2023
1 parent b543016 commit ac37b3c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (
"testing"

sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/stretchr/testify/require"
"<%= modulePath %>/x/<%= moduleName %>/types"
"<%= modulePath %>/x/<%= moduleName %>/keeper"
keepertest "<%= modulePath %>/testutil/keeper"
Expand Down

0 comments on commit ac37b3c

Please sign in to comment.