Make config.setVersion hidden

This commit is contained in:
Girish Ramakrishnan
2018-10-27 10:44:21 -07:00
parent 06d043dac4
commit 7ad069fd94
5 changed files with 6 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ const DOMAIN_0 = {
function setup(done) {
config._reset();
config.setFqdn(DOMAIN_0.domain);
config.setVersion('1.2.3');
config._setVersion('1.2.3');
async.series([
server.start,
@@ -89,4 +89,4 @@ describe('Internal API', function () {
});
});
});
});
});