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

Commit

Permalink
Merge pull request #925 from lirantal/bugfix/user-route-tests-typos
Browse files Browse the repository at this point in the history
Updating comments for tests in code
  • Loading branch information
lirantal committed Sep 21, 2015
2 parents 8cbbb35 + 1eddc47 commit 0a91e34
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 0a91e34

Please sign in to comment.