File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ def _make(pause_key):
3737
3838 return _make
3939
40- @pytest .fixture
4140def 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-
9795def 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-
114111def test_pause_transaction_can_execute (mock_account_ids , generate_transaction_id ):
115112 """
116113 A well-formed & signed TokenPauseTransaction against the mock server
You can’t perform that action at this time.
0 commit comments