Skip to content

Commit

Permalink
Plenum version update. Test fix. (hyperledger#594)
Browse files Browse the repository at this point in the history
* Version integration

Signed-off-by: ArtObr <[email protected]>

* little test fix for master libindy

Signed-off-by: ArtObr <[email protected]>

* fixed test

Signed-off-by: ArtObr <[email protected]>

* fixes

Signed-off-by: ArtObr <[email protected]>
  • Loading branch information
ArtObr authored and ashcherbakov committed Mar 6, 2018
1 parent a38ef8e commit 498e225
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions indy_node/test/nym_txn/test_nym_resend.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ def test_nym_send_twice(looper, sdk_pool_handle, sdk_wallet_steward):
for i in range(2):
request = looper.loop.run_until_complete(build_nym_request(identifier, idr, verkey, None, None))
req_signed = looper.loop.run_until_complete(sign_request(wallet_handle, identifier, request))
result = json.loads(looper.loop.run_until_complete(submit_request(sdk_pool_handle, req_signed)))

if i == 0:
result = json.loads(looper.loop.run_until_complete(submit_request(sdk_pool_handle, req_signed)))
assert result['op'] == REPLY
else:
result = json.loads(looper.loop.run_until_complete(submit_request(sdk_pool_handle, req_signed)))
assert result['op'] == REJECT


Expand Down

0 comments on commit 498e225

Please sign in to comment.