Skip to content

Commit

Permalink
add places fixtures data
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlub committed Jul 19, 2017
1 parent 7d31b8b commit 115d17e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/fixtures/places.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"validPlace1": {},
"validPlace2": {},
"invalidPlace1": {}
"validPlace1": {"name":"Basilica", "description":"biggest church in the middle east"},
"validPlace2": {"name":"Khan El Basha"},
"invalidPlace1": {"description":"The best place in Nazareth!"}
}

0 comments on commit 115d17e

Please sign in to comment.