Skip to content

Commit

Permalink
chore (refactoring tests): Change for the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Benny Ogidan authored and Benny Ogidan committed Dec 3, 2017
1 parent b593445 commit 071d15f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/src/test/books.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ chai.use(chaiHttp);

let bookId;
let token = '';
const testdate = new Date('2017-12-01');
const testdate = new Date('2017-12-05');
let limit;

describe('HelloBooks', () => {
Expand Down
2 changes: 1 addition & 1 deletion server/src/test/userbooks.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let bookId;
let zerobookId;
let testbookId;
let token;
const testdate = new Date('2017-12-01');
const testdate = new Date('2017-12-05');
const nulluserId = '';


Expand Down

0 comments on commit 071d15f

Please sign in to comment.