update test.
This commit is contained in:
parent
5cf6ce4b64
commit
36281230a0
@ -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) {
|
be.getNextBlock(function(err,b) {
|
||||||
assert(!err);
|
assert(!err);
|
||||||
assert(b.timestamp > lastTs, 'timestamp > genesis_ts');
|
assert(b.timestamp > lastTs, 'timestamp > genesis_ts');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user