Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
cwendt94 committed Dec 15, 2020
1 parent 55f05d2 commit 5246642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/football/integration/test_league.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class LeagueTest(TestCase):
def test_league_init(self):
league = League(1234, 2018)

self.assertEqual(league.current_week, 17)
self.assertEqual(league.current_week, 15)

def test_past_league(self):
league = League(12345, 2017)
Expand Down

0 comments on commit 5246642

Please sign in to comment.