update tests and fixture

This commit is contained in:
2016-05-19 14:12:01 -07:00
parent ca0da61a69
commit 9ab3bb048e
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ const Job = module;
const maxPriority = 20;
const minPriority = -20;
const defaultPriority = 10;
const defaultCreatedBy = null;
const defaultCreatedBy = false;
describe('Job Class', function () {
let client;