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

Commit 1eddc47

Browse files
committed
updating comments for tests in code
1 parent 8cbbb35 commit 1eddc47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/users/tests/server/user.server.routes.tests.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ describe('User CRUD tests', function () {
5858
return done(signinErr);
5959
}
6060

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

87-
// Save a new article
87+
// Request list of users
8888
agent.get('/api/users')
8989
.expect(200)
9090
.end(function (usersGetErr, usersGetRes) {

0 commit comments

Comments
 (0)