Private
Public Access
1
0

small improvement activity chart; retiring Bike, only bike with small b

This commit is contained in:
Sander Roosendaal
2021-05-10 18:44:01 +02:00
parent 5fc274e834
commit 5fc34419b8
5 changed files with 21 additions and 27 deletions

View File

@@ -427,7 +427,7 @@ workout bike
self.assertEqual(len(ws),1)
w = ws[0]
self.assertEqual(w.workouttype,'Bike')
self.assertEqual(w.workouttype,'bike')
@@ -575,7 +575,7 @@ race 1
self.assertIn('Successfully processed email attachments',out.getvalue())
ws = Workout.objects.filter(name="johnsworkout")
self.assertEqual(len(ws),1)
w = ws[0]