diff --git a/tests/fixtures/places.json b/tests/fixtures/places.json index d5f6261..b8d5e1f 100644 --- a/tests/fixtures/places.json +++ b/tests/fixtures/places.json @@ -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!"} } \ No newline at end of file