BitgesellOfficial / bitgesell

Bitgesell (BGL) is a digital currency with built-in scarcity
https://www.bitgesell.ca
MIT License
25 stars 37 forks source link

test/functional/wallet_singer: Correct expected BGL network address #101

Closed gitcoindev closed 2 years ago

gitcoindev commented 2 years ago

Description

This pull request fixes wallet_signer functional test case. The expected values were set for Bitcoin network, fixed by setting correct values generated for BGL regtest network.

Notes

test/functional/test_runner.py test/functional/wallet_signer.py 
Temporary test directory at /tmp/test_runner_20221108_201425
WARNING! The following scripts are not being run: ['rpc_estimatefee.py', 'wallet_bumpfee_totalfee_deprecation.py']. Check the test lists in test_runner.py.
Running Unit Tests for Test Framework Modules
..........
----------------------------------------------------------------------
Ran 10 tests in 0.854s

OK
Remaining jobs: [wallet_signer.py --descriptors]
1/1 - wallet_signer.py --descriptors passed, Duration: 3 s

TEST                           | STATUS    | DURATION

wallet_signer.py --descriptors | ✓ Passed  | 3 s

ALL                            | ✓ Passed  | 3 s (accumulated)