Skip to content

Commit

Permalink
Merge pull request #303 from NashMiao/master
Browse files Browse the repository at this point in the history
update UT
  • Loading branch information
NashMiao authored May 10, 2019
2 parents f89339d + 9c202d2 commit 4271d6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_invoke_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ def test_notify_pre_exec(self):
response = sdk.rpc.send_neo_vm_tx_pre_exec(hex_contract_address, func)
self.assertEqual(1, response['State'])
self.assertEqual(20000, response['Gas'])
self.assertEqual(True, Data.to_bool(response['Result']))
notify = response['Notify'][0]
self.assertEqual(hex_contract_address, notify['ContractAddress'])
states = notify['States']
Expand Down

0 comments on commit 4271d6b

Please sign in to comment.