Skip to content

Commit

Permalink
fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
mvadari committed Jun 8, 2023
1 parent 0af9da1 commit 00dab7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/transactions/test_xchain_claim.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from xrpl.wallet import Wallet


class TestXChainAddClaimAttestation(IntegrationTestCase):
class TestXChainClaim(IntegrationTestCase):
@test_async_and_sync(globals())
async def test_basic_functionality(self, client):
other_chain_source = Wallet.create().classic_address
Expand Down

0 comments on commit 00dab7a

Please sign in to comment.