Skip to content

Commit

Permalink
Update test_special_value_workout.py
Browse files Browse the repository at this point in the history
  • Loading branch information
malenelu authored and GitHub Enterprise committed Apr 1, 2025
1 parent 38dcb98 commit f2dba01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/tests/test_special_value_workout.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
TC_005 - Special value test for the limit of sets in an exercise instance
"""
from django.test import TestCase
from django.utils.timezone import now
from workouts.models import Workout

def test_create_valid_workout(self):
response = self.client.post("/api/workouts/", {
Expand Down

0 comments on commit f2dba01

Please sign in to comment.