Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
fix(reg): Remove assert for return addr num
Browse files Browse the repository at this point in the history
  • Loading branch information
howjmay committed Jun 3, 2019
1 parent 688c5b4 commit 20ba8cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/regression/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,6 @@ def test_generate_address(self):
res_json = json.loads(response[i]["content"])
addr_list = res_json["address"]

self.assertEqual(1, len(addr_list))
self.assertTrue(valid_trytes(addr_list[0], LEN_ADDR))
else:
# At this moment, api generate_address allow whatever string follow after /generate_address/
Expand Down

0 comments on commit 20ba8cf

Please sign in to comment.