From fc33cf850a30a9f21e4fce888477c78a5fb70fda Mon Sep 17 00:00:00 2001 From: vrde Date: Thu, 3 Mar 2016 01:52:38 +0100 Subject: [PATCH] Update skipped test --- tests/db/test_bigchain_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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