Skip to content

Commit

Permalink
Fix wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
U-lis committed Aug 21, 2024
1 parent 86a789a commit b09c20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib9c/actions/test_transfer_assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

import pytest

from common.lib9c.actions.transfer_assets import TransferAssets
from common.lib9c.models.address import Address
from common.lib9c.models.fungible_asset_value import FungibleAssetValue
from lib9c.actions.transfer_assets import TransferAssets

TEST_SENDER_ADDRESS = "0xDbF4c6d0D7C74D390fADae680f2144D885c878df"
TEST_RECIPIENT_ADDRESS_1 = "0x49D5FcEB955800B2c532D6319E803c7D80f817Af"
Expand Down

0 comments on commit b09c20c

Please sign in to comment.