Skip to content

Commit ff13981

Browse files
committed
fix: return token
1 parent f639577 commit ff13981

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
@@ -35,7 +35,7 @@ def account(env):
3535
# Signing by the treasury account handled by the executable method in env
3636
@fixture
3737
def pausable_token(env):
38-
create_fungible_token(env, opts=[lambda tx: tx.set_pause_key(pause_key)])
38+
return create_fungible_token(env, opts=[lambda tx: tx.set_pause_key(pause_key)])
3939

4040
# Fungible token in env has no pause key
4141
@fixture

0 commit comments

Comments
 (0)