Skip to content

Commit ccabc08

Browse files
LukeBairrwalworth
andauthored
Update tck/utils.py
Co-authored-by: Rob Walworth <[email protected]> Signed-off-by: Big Bair <[email protected]>
1 parent d1acd18 commit ccabc08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tck/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def setup(operatorAccountId: str=None, operatorPrivateKey: str=None, nodeIp: str
1616
__client.set_operator(__operatorAccountId, __operatorPrivateKey)
1717

1818
return Success({
19-
"message":"Successfully setup custom client.",
19+
"message":"Successfully setup testnet client.",
2020
"status":"SUCCESS"
2121
})
2222

0 commit comments

Comments
 (0)