Skip to content

Commit d6f815d

Browse files
committed
fix: freezeorder
1 parent 1fea1fa commit d6f815d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integration/token_pause_transaction_e2e_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ def test_pause_error_cases(env, token_id, exception, msg):
8282
with pytest.raises(ValueError, match=msg):
8383
tx.freeze_with(env.client)
8484
else:
85-
tx.freeze_with(env.client)
8685
with pytest.raises(exception, match=msg):
8786
tx.execute(env.client)
8887

0 commit comments

Comments
 (0)