update test.

This commit is contained in:
Matias Alejo Garcia 2014-05-01 06:22:53 -03:00
parent 5cf6ce4b64
commit 36281230a0
1 changed files with 1 additions and 1 deletions

View File

@ -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');