This commit is contained in:
Jason Calabrese
2016-10-23 12:43:55 -07:00
parent 9ae12910b4
commit c802172b3e
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ var config = {
function init (env, callback) {
if (!env.storageURI || !_.isString(env.storageURI)) {
throw new Error("openaps config uri is missing or invalid");
throw new Error('openaps config uri is missing or invalid');
}
var configPath = env.storageURI.split('openaps://').pop();
-1
View File
@@ -1,7 +1,6 @@
'use strict';
var should = require('should');
var assert = require('assert');
describe('openaps storage', function () {