Skip to content

Commit

Permalink
Code standardization
Browse files Browse the repository at this point in the history
  • Loading branch information
toddrob99 committed Nov 9, 2019
1 parent 45e6954 commit 6f72aa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_get.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ def test_get_raises_errors(mocker):
with pytest.raises(ValueError):
statsapi.get("bar", {"foo": "baz"})

# need to add test for path requirement not met
# need to add test for required params
# TODO: add test for path requirement not met
# TODO: add test for required params

0 comments on commit 6f72aa4

Please sign in to comment.