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 7529c46 commit e3ea632
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/integration/test_api/test_league.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@ 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 e3ea632

Please sign in to comment.