Skip to content

Commit

Permalink
update fork test
Browse files Browse the repository at this point in the history
  • Loading branch information
lxffff1990 committed Jul 16, 2018
1 parent 099af1a commit ddcc776
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test-rpc-v3/TestCase/Identity/fork_did.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def test_2_fork_at_issueasset(self):
# check asset
ec, message = mvs_rpc.get_asset( )
self.assertEqual(ec, 0, message)
self.assertNotIn(asset_symbol, message["assets"])
self.assertNotIn(asset_symbol, message)

addressassets = Alice.get_addressasset(Alice.mainaddress())
addressasset = filter(lambda a: a.symbol == asset_symbol, addressassets)
Expand Down Expand Up @@ -210,7 +210,6 @@ def test_5_fork_at_did(self):
self.assertEqual(ec, 0, message)
pre_height = message[0]
print "pre_height:"+str(pre_height)
import pdb; pdb.set_trace()

self.make_partion()
import time
Expand Down

0 comments on commit ddcc776

Please sign in to comment.