mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
functional_tests: python3 compatibility
and add missing tests
This commit is contained in:
parent
1fac83858a
commit
6b72541dc0
7 changed files with 15 additions and 15 deletions
|
@ -792,7 +792,7 @@ class TransferTest():
|
|||
if not k in unrecoverable_fields:
|
||||
e[k] = x[k]
|
||||
new_t_out.append(e)
|
||||
assert sorted(old_t_out) == sorted(new_t_out)
|
||||
assert sorted(old_t_out, key = lambda k: k['txid']) == sorted(new_t_out, key = lambda k: k['txid'])
|
||||
|
||||
def check_is_key_image_spent(self):
|
||||
daemon = Daemon()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue