Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
geoff-vball committed Jul 10, 2024
1 parent 052ca4e commit c3ddc1f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/flows/deliver_to_wrong_chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ func DeliverToWrongChain(network interfaces.Network) {
//
// Get the expected teleporter message ID for Subnet C
//
expectedAtoCMessageID, err := subnetAInfo.TeleporterMessenger.GetNextMessageID(&bind.CallOpts{}, subnetCInfo.BlockchainID)
expectedAtoCMessageID, err := subnetAInfo.TeleporterMessenger.GetNextMessageID(
&bind.CallOpts{},
subnetCInfo.BlockchainID,
)
Expect(err).Should(BeNil())

//
Expand Down

0 comments on commit c3ddc1f

Please sign in to comment.