From 569b690ca987fd2745bb11cf753ea456c481997f Mon Sep 17 00:00:00 2001 From: Adrian Edwards Date: Fri, 8 Mar 2024 08:00:45 -0500 Subject: [PATCH] update decimal values in tests for C2Results objects --- test/c2logbook_test.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/c2logbook_test.dart b/test/c2logbook_test.dart index 508fdff..bdbd6b1 100644 --- a/test/c2logbook_test.dart +++ b/test/c2logbook_test.dart @@ -27,7 +27,7 @@ void main() { endDate: DateTime.parse("2013-06-21 00:00:00"), distance: 23000, type: C2ResultType.rower, - time: 152350, + time: 15235.0, workoutType: C2APIWorkoutType.unknown, source: "Web", weightClass: C2WeightClass.heavyweight, @@ -43,7 +43,7 @@ void main() { timezone: "US/Eastern", distance: 23000, type: C2ResultType.rower, - time: 152350, + time: 15235.0, strokeRate: 32, workoutType: C2APIWorkoutType.unknown, source: "Web", @@ -174,7 +174,7 @@ void main() { endDate: DateTime.parse("2013-06-21 00:00:00"), distance: 23000, type: C2ResultType.rower, - time: 152350, + time: 15235.0, workoutType: C2APIWorkoutType.unknown, source: "Web", weightClass: C2WeightClass.heavyweight,