Skip to content

Commit 96e21b6

Browse files
committed
fixed the rspecs
1 parent abce52e commit 96e21b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/unit/bin/helpers/utils.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1358,7 +1358,6 @@ describe('utils', () => {
13581358
expect(local_args['daemon']).to.be.eq(true);
13591359
expect(local_args['enable-logging-for-api']).to.be.eq(true);
13601360
expect(local_args['config-file']).to.be.eq(path.resolve('./local.yml'));
1361-
cliVersionPathStub.restore();
13621361
sinon.restore();
13631362
});
13641363
});

0 commit comments

Comments
 (0)