Skip to content

Commit 7b5617c

Browse files
committed
chore: rename title to pause status
1 parent 57b2297 commit 7b5617c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/token_pause_transaction_e2e_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def test_transfer_before_pause(env, account: Account, pausable_token):
129129
assert balance == 10
130130

131131
@mark.integration
132-
def test_pause_sets_token_status_to_paused(env, pausable_token):
132+
def test_pause_sets_pause_status_to_paused(env, pausable_token):
133133
"""
134134
Take a pausable token (UNPAUSED), submit a pause transaction signed
135135
with its pause key, then verify it ends up PAUSED.

0 commit comments

Comments
 (0)