Skip to content

Commit

Permalink
Link
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamMorrow committed Oct 4, 2024
1 parent bc54a3e commit b513491
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/LiftLog.Tests.App/Blueprints.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ public static ExerciseBlueprint CreateExerciseBlueprint(
WeightIncreaseOnSuccess: 2.5m,
RestBetweenSets: Rest.Medium,
SupersetWithNext: false,
Notes: "My exercise notes"
Notes: "My exercise notes",
Link: "https://example.com"
)
);
}
Expand Down

0 comments on commit b513491

Please sign in to comment.