Skip to content

Commit

Permalink
Fix test for new activity types list
Browse files Browse the repository at this point in the history
  • Loading branch information
lmunch authored and Lars Munch committed Mar 16, 2018
1 parent c9866bf commit b08832e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ def test_types(api):
assert 'all' in types
assert 'running' in types
assert 'track_cycling' in types
assert 'track cycling' in types
assert types['track_cycling'] == types['track cycling']


def test_rename(api, user, sample_activity):
Expand Down

0 comments on commit b08832e

Please sign in to comment.