Skip to content
Snippets Groups Projects
Commit 5382b813 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

Cover also interactive mode for `sync` command

parent 4c4eb233
Branches
Tags
No related merge requests found
......@@ -16,7 +16,7 @@ describe("CLI", function() {
it('sync 2200 blocks (fast)', () => co(function*() {
yield execute(['reset', 'data']);
yield execute(['sync', 'duniter.org', '8999', '2200', '--nointeractive']);
yield execute(['sync', 'duniter.org', '8999', '2200']);
const res = yield execute(['export-bc', '--nostdout']);
res.should.have.length(2200 + 1);
}));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment