X-Git-Url: https://wylark.com/src/munter.git/blobdiff_plain/199c4afc24dd503212cde2ca87f2c16aa4dd384b..ac1b24e5ece40164f50b17a27dda73ddd4e41b11:/tests/test.py?ds=sidebyside diff --git a/tests/test.py b/tests/test.py index bf5b01b..5008334 100755 --- a/tests/test.py +++ b/tests/test.py @@ -2,5 +2,5 @@ # -*- coding: utf-8 -*- import munter -est = munter.time_calc(3.2, 2300, 'uphill', 'imperial') +est = munter.time_calc(3.2, 2300, 'average', 'uphill', 'imperial') print("Time Estimate: %s hours" % est['time'])