Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyagreco committed Sep 14, 2024
1 parent 071b0bc commit 7529c46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/test_api/test_league.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ def test_get_rosters(self):
# this response will constantly change, so just assert some general things
self.assertIsInstance(response, list)
self.assertEqual(6, len(response))
# test
for item in response:
self.assertIsInstance(item, dict)

0 comments on commit 7529c46

Please sign in to comment.