chore: clean up user.py
This commit is contained in:
parent
d698d81e3f
commit
ef9c2598cc
|
@ -54,16 +54,7 @@ user_account_one = UserAccount('squisher', '0000000000', [
|
|||
user_account_two = UserAccount('athletic', '0000000000', [
|
||||
'measure', 'cube', 'cousin', 'debris', 'slam', 'ignore', 'seven', 'hat', 'satisfy', 'frown', 'casino', 'inflict'
|
||||
], '0x99C096bB5F12bDe37DE9dbee8257Ebe2a5667C46')
|
||||
user_account_three = UserAccount('nervous', '0000000000', [], '')
|
||||
|
||||
# users for group chat test
|
||||
group_chat_user_1 = UserAccount('group_chat_user_1', '77_80Y+2Eh', [
|
||||
'trophy', 'math', 'robust', 'lake', 'extend', 'cabbage', 'bicycle', 'begin', 'either', 'car', 'race', 'cousin'],
|
||||
'0xcd488381c1664c9585b7940f1c4b20f884b8b4a9')
|
||||
group_chat_user_2 = UserAccount('group_chat_user_2', '521/97Qv\:', [
|
||||
'opera', 'great', 'open', 'sight', 'still', 'quantum', 'flight', 'torch', 'mule', 'cage', 'noise', 'horn'
|
||||
|
||||
], '0x472078f0110d0bb0dfc73389ce89d8a83c8c0502')
|
||||
|
||||
community_params = {
|
||||
'name': ''.join(random.choices(string.ascii_letters +
|
||||
|
|
Loading…
Reference in New Issue