From b08832ea82f0b3bc1697c39e9bc9611e4a07b27b Mon Sep 17 00:00:00 2001 From: Lars Munch Date: Fri, 16 Mar 2018 09:03:33 +0100 Subject: [PATCH] Fix test for new activity types list --- tests/test_api.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_api.py b/tests/test_api.py index dab864b..ddb3955 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -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):