Skip to content
Snippets Groups Projects
Commit c7c8566f authored by Holger's avatar Holger
Browse files

fix unit test

parent 7df9413d
No related branches found
No related tags found
2 merge requests!5Taken current version of master branch in the https://github.com/holgern/beem,!4Original changes pushed to master at https://github.com/holgern/beem
......@@ -24,7 +24,7 @@ class Testcases(unittest.TestCase):
def test_get_nodes(self):
nodelist = NodeList()
all_nodes = nodelist.get_nodes(exclude_limited=False, dev=True, testnet=True, testnetdev=True)
self.assertEqual(len(nodelist) - 13, len(all_nodes))
self.assertEqual(len(nodelist) - 15, len(all_nodes))
https_nodes = nodelist.get_nodes(wss=False)
self.assertEqual(https_nodes[0][:5], 'https')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment