Skip to content

Commit

Permalink
removed print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
bozarevskaandrea committed Mar 31, 2020
1 parent aa580b0 commit 8562a06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckanext/knowledgehub/tests/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,6 @@ def test_get_geojson_properties(self):
"https://www.grandconcourse.ca/map/data/GCPoints.geojson"

}
print(user)
url = "https://www.grandconcourse.ca/map/data/GCPoints.geojson"
res = kwh_helpers.get_geojson_properties(url, context.get('user'))
assert_equals(len(res), 26)
Expand Down

0 comments on commit 8562a06

Please sign in to comment.