Skip to content

Commit

Permalink
rename step
Browse files Browse the repository at this point in the history
  • Loading branch information
cam-schultz committed Sep 26, 2023
1 parent 9fdbdf2 commit 6ef925a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_basic_relay.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ var _ = ginkgo.Describe("[Relayer E2E]", ginkgo.Ordered, func() {
})

// Send a transaction to Subnet A to issue a Warp Message from the Teleporter contract to Subnet B
ginkgo.It("Send Message from A to B", ginkgo.Label("Warp", "SendWarp"), func() {
ginkgo.It("Send Message from A to B", ginkgo.Label("Relayer", "SendTeleporter"), func() {
ctx := context.Background()

relayerCmd, relayerCancel = testUtils.RunRelayerExecutable(ctx, relayerConfigPath)
Expand Down

0 comments on commit 6ef925a

Please sign in to comment.