diff options
| author | HumairAK <humair88@hotmail.com> | 2016-07-28 02:57:52 +0000 |
|---|---|---|
| committer | HumairAK <humair88@hotmail.com> | 2016-07-28 02:57:52 +0000 |
| commit | ef2674cfe13d2c425c5a3b312244c46f2531979d (patch) | |
| tree | c1707b454f635862c02b9e753f91e6600827ce05 /test/data/user.json | |
| parent | f5cdce849ce5e464403097d647e67c117da7bbb3 (diff) | |
minor fix to test/data
Diffstat (limited to 'test/data/user.json')
| -rw-r--r-- | test/data/user.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/test/data/user.json b/test/data/user.json index b8ca88d..8164588 100644 --- a/test/data/user.json +++ b/test/data/user.json @@ -1,18 +1,18 @@ { "existingUser": { "_id": { - "$oid": "57950d18543bc2fe7681f28c" + "$oid": "579971d988a20f0010cb627b" }, - "email": "kumar@kumar.com", - "user_name": "kumar", - "f_name": "KUMAR", - "l_name": "DAMANI", - "university": "", - "department": "", - "answered": 1, + "email": "janetarzan@gmail.com", + "user_name": "janeT", + "f_name": "Jane", + "l_name": "Tarzan", + "university": "University of Toronto", + "department": "Computer Science", + "answered": 0, "messages": 0, - "comments": 4, - "phone_num": "", + "comments": 0, + "phone_num": "6478495738", "followers": [] }, |
