From 36281230a09048c90b69dab89bbb9fb9422ff963 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 1 May 2014 06:22:53 -0300 Subject: [PATCH] update test. --- test/integration/blockExtractor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/blockExtractor.js b/test/integration/blockExtractor.js index 0e222f8..a83766c 100644 --- a/test/integration/blockExtractor.js +++ b/test/integration/blockExtractor.js @@ -43,7 +43,7 @@ describe('BlockExtractor', function(){ }); }); - it('should read next testnet block ', function(done) { + it('should read next '+config.network+' block ', function(done) { be.getNextBlock(function(err,b) { assert(!err); assert(b.timestamp > lastTs, 'timestamp > genesis_ts');