We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fea1fa commit d6f815dCopy full SHA for d6f815d
tests/integration/token_pause_transaction_e2e_test.py
@@ -82,7 +82,6 @@ def test_pause_error_cases(env, token_id, exception, msg):
82
with pytest.raises(ValueError, match=msg):
83
tx.freeze_with(env.client)
84
else:
85
- tx.freeze_with(env.client)
86
with pytest.raises(exception, match=msg):
87
tx.execute(env.client)
88
0 commit comments