Skip to content

Commit a2f5f7b

Browse files
balogh.adam@icloud.combalogh.adam@icloud.com
authored andcommitted
log address
1 parent 8a46f90 commit a2f5f7b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

integrationtest/llm/test_llm_chat.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,11 @@ def llm_client():
106106
if not funder_key:
107107
pytest.skip("PRIVATE_KEY environment variable is not set")
108108

109+
funder = Account.from_key(funder_key)
110+
print(f"\nFunder account: {funder.address}")
111+
109112
account = Account.create()
110-
print(f"\nTest account: {account.address}")
113+
print(f"Test account: {account.address}")
111114

112115
_fund_account(funder_key, account.address)
113116
print("Account funded with ETH and OPG")

0 commit comments

Comments
 (0)