Fix a test

This commit is contained in:
Jonathan "Duke" Leto
2018-08-22 09:50:06 +02:00
parent 47a5268bd4
commit df09c378ca

View File

@@ -68,7 +68,7 @@ class CryptoConditionsTest (BitcoinTestFramework):
# basic sanity tests
result = rpc.getwalletinfo()
assert_equal(result['txcount'], 101)
assert_greater_than(result['txcount'], 100)
assert_greater_than(result['balance'], 0.0)
balance = result['balance']