Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
geoff-vball committed Jan 31, 2024
1 parent b7fb942 commit 748c9a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/basic_relay.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,8 @@ func relayBasicMessage(
receivedMessageID, err := teleporterutils.CalculateMessageID(
teleporterContractAddress,
source.BlockchainID,
destination.BlockchainID,teleporterMessage.MessageNonce,
destination.BlockchainID,
teleporterMessage.MessageNonce,
)
Expect(err).Should(BeNil())
Expect(receivedMessageID).Should(Equal(teleporterMessageID))
Expand Down

0 comments on commit 748c9a9

Please sign in to comment.