Skip to content

Commit

Permalink
fixed 3.5 local error
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdoman committed Feb 23, 2019
1 parent 20bfa82 commit fe2bd73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/studyspaces_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def test_rooms(self):
def test_booking(self):
buildings = self.studyspaces.get_buildings()
rooms = self.studyspaces.get_rooms(buildings[0]["lid"])
room = None
for item in rooms["categories"][0]["rooms"]:
if item["availability"]:
room = item
Expand Down

0 comments on commit fe2bd73

Please sign in to comment.