Skip to content

Commit

Permalink
gym unittest passed
Browse files Browse the repository at this point in the history
  • Loading branch information
EsatGokcen committed Jan 8, 2025
1 parent bb77d53 commit 488f9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_gym.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ def test_create_workout_zone(self):
self.assertEqual(workout_zones, workout_zone, "gym workout zone does not have suspected values")

# CHECKS IF LIST OF EQUIPMENTS IS IN WORKOUT ZONE OBJECT
self.assertEqual(len(workout_zone.get_list_of_equipments()), 3, "List of equipments not created as expected")
self.assertEqual(len(workout_zone.get_list_of_equipments()), 6, "List of equipments not created as expected")

0 comments on commit 488f9dc

Please sign in to comment.