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

Commit

Permalink
updating comments for tests in code
Browse files Browse the repository at this point in the history
  • Loading branch information
lirantal committed Sep 20, 2015
1 parent 8cbbb35 commit 1eddc47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/users/tests/server/user.server.routes.tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ describe('User CRUD tests', function () {
return done(signinErr);
}

// Save a new article
// Request list of users
agent.get('/api/users')
.expect(403)
.end(function (usersGetErr, usersGetRes) {
Expand All @@ -84,7 +84,7 @@ describe('User CRUD tests', function () {
return done(signinErr);
}

// Save a new article
// Request list of users
agent.get('/api/users')
.expect(200)
.end(function (usersGetErr, usersGetRes) {
Expand Down

0 comments on commit 1eddc47

Please sign in to comment.