From ac1b24e5ece40164f50b17a27dda73ddd4e41b11 Mon Sep 17 00:00:00 2001 From: Alexander Vasarab Date: Tue, 23 Jun 2020 20:52:49 -0700 Subject: [PATCH] Update test to reflect new fitness parameter --- tests/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']) -- 2.30.2