Skip to content

Commit

Permalink
Merge pull request #15 from anonymousbitcoin/fix/test_port
Browse files Browse the repository at this point in the history
Fix test, update to correct testnet port
  • Loading branch information
nlevo authored Jan 27, 2019
2 parents 2b0c816 + e87a888 commit a629f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/test_anon_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def test_get_rpc_creds():
assert key in creds
assert creds.get('user') == 'anonrpc'
assert creds.get('password') == 'EwJeV3fZTyTVozdECF627BkBMnNDwQaVLakG3A4wXYyk'
assert creds.get('port') == 33129
assert creds.get('port') == 3127


# ensure anon network (mainnet, testnet) matches that specified in config
Expand Down

0 comments on commit a629f39

Please sign in to comment.