Simplify arguments for routine objects and add a smoke test

This commit is contained in:
Roland Geider
2025-01-18 19:37:33 +01:00
parent 654fe613c6
commit 3a398d0f36
20 changed files with 1093 additions and 131 deletions

View File

@@ -298,6 +298,7 @@ Routine getTestRoutine({List<Exercise>? exercises}) {
id: 1,
created: DateTime(2021, 01, 01),
name: '3 day workout',
description: 'This is a 3 day workout and this text is important',
start: DateTime(2024, 11, 01),
end: DateTime(2024, 12, 01),
days: [dayChestShoulders, dayLegs],