Private
Public Access
1
0

coverage changes

This commit is contained in:
Sander Roosendaal
2021-09-15 10:10:48 +02:00
parent 86cef108fe
commit 8205fd3c3f
12 changed files with 26 additions and 19 deletions

View File

@@ -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)