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 f639577 commit ff13981Copy full SHA for ff13981
tests/integration/token_pause_transaction_e2e_test.py
@@ -35,7 +35,7 @@ def account(env):
35
# Signing by the treasury account handled by the executable method in env
36
@fixture
37
def pausable_token(env):
38
- create_fungible_token(env, opts=[lambda tx: tx.set_pause_key(pause_key)])
+ return create_fungible_token(env, opts=[lambda tx: tx.set_pause_key(pause_key)])
39
40
# Fungible token in env has no pause key
41
0 commit comments