coverage changes
This commit is contained in:
@@ -3235,7 +3235,7 @@ class Workout(models.Model):
|
||||
raise forms.ValidationError("Free Coach User cannot have any workouts")
|
||||
|
||||
if self.timezone == 'tzutc()':
|
||||
self.timezone = 'UTC'
|
||||
self.timezone = 'UTC' # pragma: no cover
|
||||
|
||||
super(Workout, self).save(*args, **kwargs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user