Skip to content

Commit

Permalink
interchain fixess
Browse files Browse the repository at this point in the history
  • Loading branch information
fastfadingviolets committed Jul 16, 2024
1 parent 8d095c3 commit 5bc20a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/interchain-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Interchain Test
on:
registry_package:
types: [published]
types: [published, updated]
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion tests/interchain/consumer_launch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package interchain_test
import (
"testing"

"github.com/cosmos/gaia/v18/tests/interchain/chainsuite"
"github.com/cosmos/gaia/v19/tests/interchain/chainsuite"
"github.com/stretchr/testify/suite"
)

Expand Down
2 changes: 1 addition & 1 deletion tests/interchain/txs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"time"

"github.com/cosmos/cosmos-sdk/x/params/client/utils"
"github.com/cosmos/gaia/v18/tests/interchain/chainsuite"
"github.com/cosmos/gaia/v19/tests/interchain/chainsuite"
"github.com/strangelove-ventures/interchaintest/v7"
"github.com/strangelove-ventures/interchaintest/v7/ibc"
"github.com/strangelove-ventures/interchaintest/v7/testutil"
Expand Down

0 comments on commit 5bc20a3

Please sign in to comment.