Skip to content

Commit 10f80b4

Browse files
committed
fixup: Ensure P-Chain interchain workflow test is correctly labeled
1 parent 1dbf579 commit 10f80b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/p/interchain_workflow.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import (
3131
"github.com/ava-labs/avalanchego/wallet/subnet/primary/common"
3232
)
3333

34-
var _ = e2e.DescribeXChain("[Interchain Workflow]", func() {
34+
var _ = e2e.DescribePChain("[Interchain Workflow]", func() {
3535
require := require.New(ginkgo.GinkgoT())
3636

3737
const (

0 commit comments

Comments
 (0)