Changeset 6edc367 in OpenWorkouts-current for ow/tests/models/test_workout.py


Ignore:
Timestamp:
Feb 8, 2019, 5:20:26 PM (5 years ago)
Author:
Segundo Fdez <segun.2@…>
Branches:
current, feature/docs, master
Children:
4226ce0
Parents:
2a71053 (diff), 55470f9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'feature/ui' of ssh://openworkouts/home/repos/git/OpenWorkouts-current into feature/ui

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ow/tests/models/test_workout.py

    r2a71053 r6edc367  
    138138        workout = Workout()
    139139        workout.distance = 44.44444444
    140         assert workout.rounded_distance == 44.4
     140        assert workout.rounded_distance == 44.44
    141141
    142142    def test_has_hr(self):
Note: See TracChangeset for help on using the changeset viewer.