From fe2bd73069747bd121cbf12c8ae887c5877df663 Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 22 Feb 2019 21:33:03 -0500 Subject: [PATCH] fixed 3.5 local error --- tests/studyspaces_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/studyspaces_test.py b/tests/studyspaces_test.py index 321f23b..96ac155 100644 --- a/tests/studyspaces_test.py +++ b/tests/studyspaces_test.py @@ -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