typoe in assert
This commit is contained in:
+1
-1
@@ -1222,7 +1222,7 @@ function setDataDir(app, dataDir, auditSource, callback) {
|
||||
function update(app, data, auditSource, callback) {
|
||||
assert.strictEqual(typeof app, 'object');
|
||||
assert(data && typeof data === 'object');
|
||||
assert.strictEqual(data.manifest && typeof data.manifest === 'object');
|
||||
assert(data.manifest && typeof data.manifest === 'object');
|
||||
assert.strictEqual(typeof auditSource, 'object');
|
||||
assert.strictEqual(typeof callback, 'function');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user