Skip to content

Commit

Permalink
update decimal values in tests for C2Results objects
Browse files Browse the repository at this point in the history
  • Loading branch information
MoralCode committed Mar 8, 2024
1 parent cbd5097 commit 569b690
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/c2logbook_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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",
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 569b690

Please sign in to comment.