Skip to content

Commit

Permalink
fixed test data to stop breaking tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abarnhard committed Sep 8, 2014
1 parent 8670a91 commit 9b736ae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions db/users.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
"location" : "Nashville, TN 37204, USA",
"phone" : "316-650-0346",
"address" : {"zip":"37204"},
"details" : {},
"about" : {},
"photos" : ["photo1.jpg", "photo2.jpg", "photo3.jpg"]
}
{
Expand All @@ -25,6 +27,8 @@
"alias" : "SueJones",
"location" : "Nashville, TN 37201, USA",
"phone" : "316-650-0346",
"details" : {},
"about" : {},
"address" : {"zip" : "37201"}
}
{
Expand All @@ -40,6 +44,8 @@
"location" : "Englewood, CO 80110, USA",
"phone" : "316-650-0346",
"address" : {"zip" : "80110"},
"details" : {},
"about" : {},
"photos" : ["photo1.jpg", "photo2.jpg", "photo3.jpg"]
}
{
Expand All @@ -54,12 +60,16 @@
"email" : "jen@mailinator.com",
"location" : "Los Angeles, CA 90001, USA",
"phone" : "316-650-0346",
"details" : {},
"about" : {},
"address" : {"zip" : "90001"}
}
{
"_id" : {"$oid":"000000000000000000000005"},
"profilePhoto" : "/img/placeholder.gif",
"coordinates" : [],
"details" : {},
"about" : {},
"facebookId" : "90000000000000002",
"type" : "facebook"
}

0 comments on commit 9b736ae

Please sign in to comment.