From de5b88bac1fc264153c6a146be1c3659133d9c65 Mon Sep 17 00:00:00 2001 From: Maru Newby Date: Fri, 12 Jan 2024 20:13:26 +0100 Subject: [PATCH] fixup: Respond to review feedback --- tests/integration/vm/atomic_tx.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/integration/vm/atomic_tx.go b/tests/integration/vm/atomic_tx.go index 2a65369919..404cea0b59 100644 --- a/tests/integration/vm/atomic_tx.go +++ b/tests/integration/vm/atomic_tx.go @@ -33,8 +33,10 @@ var _ = ginkgo.Describe("[VM] [Atomic TX]", func() { recipientEthAddress := evm.GetEthAddress(recipientKey) tests.Outf("{{blue}} using recipient address: %+v{{/}}\n", recipientEthAddress) + xChainID := f.GetXChainID() + _ = f.IssueImportTx( - f.GetXChainID(), + xChainID, importAmount, recipientEthAddress, []*secp256k1.PrivateKey{ @@ -45,7 +47,7 @@ var _ = ginkgo.Describe("[VM] [Atomic TX]", func() { _ = f.IssueExportTx( f.GetAVAXAssetID(), exportAmount, - f.GetXChainID(), + xChainID, recipientKey.Address(), []*secp256k1.PrivateKey{ recipientKey,