Skip to content

tests/wallet/test_wallet_subscription.py::test_wallet_subscription_mint fails sometimes (but not always) #789

@aaronmcdaid

Description

@aaronmcdaid

Sometimes it fails with the following error:

# poetry run pytest tests/wallet/test_wallet_subscription.py::test_wallet_subscription_mint -v
=============== short test summary info =====================
FAILED tests/wallet/test_wallet_subscription.py::test_wallet_subscription_mint - AssertionError: assert 5 == 3
=============== 1 failed, 1 warning in 6.14s

Sometimes, it's 4 == 3 instead of 5 == 3, and sometimes it passes

It's line 54 of tests/wallet/test_wallet_subscription.py:

    assert len(msg_stack) == 3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions