Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
re-enable all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dylano committed Sep 22, 2018
1 parent 174a68c commit ee4f94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/CommandController.endpoints-test.js
Expand Up @@ -606,7 +606,7 @@ describe('CommandController - Endpoints', function() {
delete userData.article_id;
});

it.only('should return metadata for the article', done => {
it('should return metadata for the article', done => {
chai
.request(app)
.post('/command/articleservice')
Expand Down

0 comments on commit ee4f94a

Please sign in to comment.