We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffc74a1 commit 578c8ccCopy full SHA for 578c8cc
1 file changed
tests/test_cardano_blocks.py
@@ -52,7 +52,8 @@ def test_block_latest_transactions(requests_mock):
52
def test_integration_block_latest_transactions():
53
if os.getenv('BLOCKFROST_PROJECT_ID_MAINNET'):
54
api = BlockFrostApi(project_id=os.getenv('BLOCKFROST_PROJECT_ID_MAINNET'))
55
- assert api.block_latest_transactions()
+ assert (api.block_latest_transactions() or
56
+ api.block_latest_transactions() == [])
57
58
59
def test_block(requests_mock):
0 commit comments