Skip to content
Snippets Groups Projects
Commit 71c6bd3f authored by Fabian Schuh's avatar Fabian Schuh
Browse files

remove deprecated test

parent 0022e96c
No related branches found
No related tags found
No related merge requests found
......@@ -94,6 +94,7 @@ class Testcases(unittest.TestCase):
getOperationNameForId(prop["proposed_ops"][0]["op"][0]),
"transfer")
"""
def test_finalizeOps_changeproposer_legacy(self):
bts = self.bts
bts.proposer = "init5"
......@@ -109,6 +110,7 @@ class Testcases(unittest.TestCase):
self.assertEqual(
getOperationNameForId(prop["proposed_ops"][0]["op"][0]),
"transfer")
"""
def test_new_proposals(self):
bts = self.bts
......
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