Skip to content

Commit 96db8bd

Browse files
committed
fix: organised tests
1 parent ba2b68a commit 96db8bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_notecard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,9 +320,9 @@ def test_transaction_does_not_retry_on_bad_bin_error_in_response(
320320
@pytest.mark.parametrize('num_heartbeats,debug_enabled', [
321321
(1, False),
322322
(4, False),
323+
(notecard.CARD_TRANSACTION_RETRIES + 1, False),
323324
(1, True),
324325
(4, True),
325-
(notecard.CARD_TRANSACTION_RETRIES + 1, False),
326326
(notecard.CARD_TRANSACTION_RETRIES + 1, True),
327327
])
328328
def test_transaction_continues_after_heartbeat_to_get_valid_response(

0 commit comments

Comments
 (0)