Skip to content

Commit

Permalink
fix image/chain name
Browse files Browse the repository at this point in the history
  • Loading branch information
akremstudy committed Oct 30, 2024
1 parent 708e5e8 commit 8c725b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
git-ref: ${{ github.head_ref }} # source code ref

# Heighliner chains.yaml config
chain: layer-1
chain: layer
dockerfile: cosmos
build-target: make install
binaries: |
Expand Down
2 changes: 1 addition & 1 deletion e2e/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func LayerSpinup(t *testing.T) {
cosmos.SetSDKConfig(baseBech32)

cf := interchaintest.NewBuiltinChainFactory(zaptest.NewLogger(t), []*interchaintest.ChainSpec{
LayerChainSpec(numValsOne, numFullNodesZero, "layer-1"),
LayerChainSpec(numValsOne, numFullNodesZero, "layer"),
})

chains, err := cf.Chains(t.Name())
Expand Down

0 comments on commit 8c725b7

Please sign in to comment.