Skip to content

Commit

Permalink
remove tests for button endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
garethpaul committed Aug 28, 2016
1 parent d9b3ea8 commit 84440fd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions foursquare/tests/test_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ def test_requests(self):
"""
Aspects
"""
def test_badges(self):
response = self.api.users.badges()
assert 'sets' in response
assert 'badges' in response

def test_checkins(self):
response = self.api.users.checkins()
assert 'checkins' in response
Expand Down

0 comments on commit 84440fd

Please sign in to comment.