Skip to content

Commit

Permalink
Fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoalz committed Mar 7, 2012
1 parent 6aa15fb commit 7173139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/garoa_test.js
Expand Up @@ -20,7 +20,7 @@ var open_response = {
"address": "Rua Vitorino Carmilo, 459 - Santa Cec\u00edlia - 01153-000 - S\u00e3o Paulo/SP - Brasil",
"lat": -23.532896000000001,
"logo": "https://garoahc.appspot.com/static/logo.png",
"open": false,
"open": true,
"events": [{"type": "check-in", "name": "Luis L.", "t": 1330399919}],
"icon": {
"open": "https://garoahc.appspot.com/static/icon_open.png",
Expand All @@ -31,6 +31,6 @@ var open_response = {
assert.ok(is_garoa_open(open_response));

var closed_response = open_response;
closed_response.status = "closed for public"
closed_response.open = "false"

assert.ok(!is_garoa_open(closed_response));

0 comments on commit 7173139

Please sign in to comment.