Author

Topic: Innova Sentinel ERROR (Read 140 times)

newbie
Activity: 3
Merit: 0
July 22, 2018, 02:52:58 AM
#1
Can some one help with error one sentinel test:

        for key in info_keys:
            assert key in info
        assert info['testnet'] is is_testnet

        # test commands with args
>       assert innovad.rpc_command('getblockhash', 0) == genesis_hash
E       assert '000003841e9a...052e6ee3cc2cd' == '00000ffd590b1...458cdf3407ab6'
E         - 000003841e9ad6096539e5a6a0c3a0d3a3f71b96da0c1ecf744052e6ee3cc2cd
E         + 00000ffd590b1485b3caadc19b22e6379c733355108f107a430458cdf3407ab6

test/integration/test_jsonrpc.py:51: AssertionError
===================== 1 failed, 22 passed in 0.52 seconds ======================
Jump to: