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,