Skip to content

Commit

Permalink
remove deprecated test
Browse files Browse the repository at this point in the history
  • Loading branch information
xeroc committed Feb 5, 2018
1 parent 0022e96 commit 71c6bd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_proposals.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def test_finalizeOps_changeproposer_new(self):
getOperationNameForId(prop["proposed_ops"][0]["op"][0]),
"transfer")

"""
def test_finalizeOps_changeproposer_legacy(self):
bts = self.bts
bts.proposer = "init5"
Expand All @@ -109,6 +110,7 @@ def test_finalizeOps_changeproposer_legacy(self):
self.assertEqual(
getOperationNameForId(prop["proposed_ops"][0]["op"][0]),
"transfer")
"""

def test_new_proposals(self):
bts = self.bts
Expand Down

0 comments on commit 71c6bd3

Please sign in to comment.