diff --git a/tests/db/test_bigchain_api.py b/tests/db/test_bigchain_api.py index dbfb19fa..bb20e25a 100644 --- a/tests/db/test_bigchain_api.py +++ b/tests/db/test_bigchain_api.py @@ -365,7 +365,7 @@ class TestBlockValidation(object): # create a block with invalid transactions block = { - 'timestamp': b.timestamp(), + 'timestamp': util.timestamp(), 'transactions': [tx_invalid], 'node_pubkey': b.me, 'voters': b.federation_nodes