Fix exports

This commit is contained in:
Girish Ramakrishnan
2019-02-06 11:09:34 -08:00
parent bbcad40fcf
commit 89446d56e0
2 changed files with 4 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ describe('Cloudron', function () {
after(cleanup);
it('can check for disk space', function (done) {
cloudron.checkDiskSpace(function (error) {
cloudron._checkDiskSpace(function (error) {
expect(!error).to.be.ok();
done();
});