small improvement activity chart; retiring Bike, only bike with small b
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user