Skip to content

Commit 7ee2a15

Browse files
committed
fix: surplus fixture so test runs
1 parent d0a86ec commit 7ee2a15

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/unit/test_token_pause_transaction.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ def _make(pause_key):
3737

3838
return _make
3939

40-
@pytest.fixture
4140
def test_builds_token_pause_body_with_correct_ids(mock_account_ids, generate_transaction_id):
4241
"""
4342
build_transaction_body() should embed:
@@ -93,7 +92,6 @@ def test__from_proto_restores_token_id():
9392

9493
assert tx.token_id == TokenId(7, 8, 9)
9594

96-
9795
def test_signed_bytes_include_token_pause_transaction(built_pause_tx):
9896
"""
9997
After freeze() and sign(pause_key), to_proto() must produce non-empty
@@ -110,7 +108,6 @@ def test_signed_bytes_include_token_pause_transaction(built_pause_tx):
110108
assert proto.signedTransactionBytes
111109
assert len(proto.signedTransactionBytes) > 0
112110

113-
114111
def test_pause_transaction_can_execute(mock_account_ids, generate_transaction_id):
115112
"""
116113
A well-formed & signed TokenPauseTransaction against the mock server

0 commit comments

Comments
 (0)