Skip to content

Commit 39f17e0

Browse files
committed
style(token): format token_unpause_transaction_test.py with ruff
Signed-off-by: anchit-goel <anchitgoel5@gmail.com>
1 parent f78f585 commit 39f17e0

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/unit/token_unpause_transaction_test.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,7 @@ def test_build_transaction_body_when_token_id_not_set(mock_account_ids):
6565
unpause_tx.operator_account_id = account_id
6666

6767
transaction_body = unpause_tx.build_transaction_body()
68-
assert not transaction_body.token_unpause.HasField(
69-
"token"
70-
), "token field must be unset when token_id is None"
68+
assert not transaction_body.token_unpause.HasField("token"), "token field must be unset when token_id is None"
7169

7270

7371
def test_set_method(mock_account_ids):

0 commit comments

Comments
 (0)