Skip to content

Commit

Permalink
activate test/tests_api/loans tests (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jussi Vatjus-Anttila authored Jan 27, 2019
1 parent 48ae019 commit 550e934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests_api/loans.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ describe('Loans', function () {
authString = createUserToken(tokenInput).authString;
});

it.skip('should return a SINGLE loan on /loans/<id> GET', function (done) {
it('should return a SINGLE loan on /loans/<id> GET', function (done) {
const expectedBody = {
_id: '582d81d64306a86032e6bea1',
loan_date: new Date('2016-11-14T13:37:00+02:00'),
Expand Down

0 comments on commit 550e934

Please sign in to comment.