Skip to content

Commit

Permalink
e2e imports
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Jul 26, 2022
1 parent 26cb0af commit db496c2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
# and commit this file to your remote git repository to share the goodness with others.

tasks:
- init: go get && go build ./... && go test ./... && make
command: go run


4 changes: 2 additions & 2 deletions e2e/fee_middleware_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ package e2e

import (
"context"
"e2e/testsuite"
"e2e/testvalues"
"testing"

sdk "github.com/cosmos/cosmos-sdk/types"
Expand All @@ -13,6 +11,8 @@ import (
"github.com/strangelove-ventures/ibctest/test"
"github.com/stretchr/testify/suite"

"e2e/testsuite"
"e2e/testvalues"
feetypes "github.com/cosmos/ibc-go/v4/modules/apps/29-fee/types"
transfertypes "github.com/cosmos/ibc-go/v4/modules/apps/transfer/types"
clienttypes "github.com/cosmos/ibc-go/v4/modules/core/02-client/types"
Expand Down
2 changes: 1 addition & 1 deletion e2e/testsuite/relayer.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package testsuite

import (
"e2e/testconfig"
"testing"

"e2e/testconfig"
dockerclient "github.com/docker/docker/client"
"github.com/strangelove-ventures/ibctest"
"github.com/strangelove-ventures/ibctest/ibc"
Expand Down
2 changes: 1 addition & 1 deletion e2e/testsuite/testsuite.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package testsuite

import (
"context"
"e2e/testconfig"
"fmt"
"io/ioutil"
"strings"
Expand All @@ -22,6 +21,7 @@ import (
"google.golang.org/grpc"
"google.golang.org/grpc/credentials/insecure"

"e2e/testconfig"
feetypes "github.com/cosmos/ibc-go/v4/modules/apps/29-fee/types"
)

Expand Down

0 comments on commit db496c2

Please sign in to comment.