Skip to content

Commit

Permalink
Change month in games test to test for #29
Browse files Browse the repository at this point in the history
  • Loading branch information
panzarino committed Aug 10, 2017
1 parent aeaa52b commit afe83c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_game.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def test_day(self):
self.assertEqual(game.__str__(), 'Yankees (1) at Mets (7)')

def test_games(self):
games = mlbgame.games(2016, 8)
games = mlbgame.games(2016, 7)
self.assertIsInstance(games, list)
for day in games:
self.assertIsInstance(day, list)
Expand Down

0 comments on commit afe83c6

Please sign in to comment.