Skip to content

Commit

Permalink
fix(lint): make read_string gci-ed
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeneux committed Jun 20, 2023
1 parent 2fe711c commit aee8b8b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions x/logic/predicate/string.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (
"strings"

"github.com/ichiban/prolog/engine"

"github.com/okp4/okp4d/x/logic/util"
)

Expand Down
8 changes: 6 additions & 2 deletions x/logic/predicate/string_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,19 @@ import (
"strings"
"testing"

"github.com/ichiban/prolog/engine"

. "github.com/smartystreets/goconvey/convey"

tmdb "github.com/cometbft/cometbft-db"
"github.com/cometbft/cometbft/libs/log"
tmproto "github.com/cometbft/cometbft/proto/tendermint/types"

"github.com/cosmos/cosmos-sdk/store"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/ichiban/prolog/engine"

"github.com/okp4/okp4d/x/logic/testutil"
"github.com/okp4/okp4d/x/logic/types"
. "github.com/smartystreets/goconvey/convey"
)

func TestReadString(t *testing.T) {
Expand Down

0 comments on commit aee8b8b

Please sign in to comment.