Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
xeroc committed Feb 5, 2018
2 parents b88da0f + 71c6bd3 commit c7f9899
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 c7f9899

Please sign in to comment.