Skip to content

Commit

Permalink
fixup: Respond to review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
maru-ava committed Jan 12, 2024
1 parent de3ae94 commit de5b88b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/integration/vm/atomic_tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand All @@ -45,7 +47,7 @@ var _ = ginkgo.Describe("[VM] [Atomic TX]", func() {
_ = f.IssueExportTx(
f.GetAVAXAssetID(),
exportAmount,
f.GetXChainID(),
xChainID,
recipientKey.Address(),
[]*secp256k1.PrivateKey{
recipientKey,
Expand Down

0 comments on commit de5b88b

Please sign in to comment.