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 b4de57b commit 38dcb98
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
@@ -1,6 +1,8 @@
"""
TC_005 - Special value test for the limit of sets in an exercise instance
"""
from django.test import TestCase

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

0 comments on commit 38dcb98

Please sign in to comment.