Skip to content

Commit

Permalink
fixed dining test
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdoman committed May 24, 2019
1 parent 979c406 commit 6490b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dining_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def test_dining_normalization(self):
def test_dining_venue_normalization(self):
data = self.din.venues()
self.assertTrue(isinstance(
data["result_data"]["document"]["venue"][0]["dateHours"], list))
data["result_data"]["document"]["venue"][2]["dateHours"], list))

def test_weekly_normalization_unit(self):
json_data = open("tests/menu_data.json").read()
Expand Down

0 comments on commit 6490b3c

Please sign in to comment.