Skip to content

Commit

Permalink
fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
gwen917 committed Oct 31, 2023
1 parent ff09b37 commit ed86a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/basic_relay.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ func BasicRelay() {
relayerCmd, relayerCancel = testUtils.RunRelayerExecutable(ctx, relayerConfigPath)

log.Info("Packing teleporter message")
payload, err = teleportermessenger.PackSendCrossChainMessageEvent(common.Hash(subnetBInfo.BlockchainID), teleporterMessage, feeInfo)
payload, err = teleportermessenger.PackTeleporterMessage(teleporterMessage)
Expect(err).Should(BeNil())

input := teleportermessenger.TeleporterMessageInput{
Expand Down

0 comments on commit ed86a43

Please sign in to comment.