fix(seed): Fix typo in the user stories

Closes #15769
pull/15841/head
texas2010 2017-09-03 17:38:21 -05:00
parent abbdb28228
commit f4a952e180
1 changed files with 2 additions and 2 deletions

View File

@ -148,11 +148,11 @@
"testString": "" "testString": ""
}, },
{ {
"text": "I can add an exercise to any user by posting form data userId(_id), description, duration, and optionally date to /api/exercise/add. If no date supplied it will use current date. Returned will the the user object with also with the exercise fields added.", "text": "I can add an exercise to any user by posting form data userId(_id), description, duration, and optionally date to /api/exercise/add. If no date supplied it will use current date. App will return the user object with the exercise fields added.",
"testString": "" "testString": ""
}, },
{ {
"text": "I can retrieve a full exercise log of any user by getting /api/exercise/log with a parameter of userId(_id). Return will be the user object with added array log and count (total exercise count).", "text": "I can retrieve a full exercise log of any user by getting /api/exercise/log with a parameter of userId(_id). App will return the user object with added array log and count (total exercise count).",
"testString": "" "testString": ""
}, },
{ {