Private
Public Access
1
0

more coverage

This commit is contained in:
Sander Roosendaal
2021-12-17 11:29:04 +01:00
parent 1c045f773a
commit 89c70bec6e
6 changed files with 24 additions and 24 deletions

View File

@@ -1486,7 +1486,7 @@ class RaceResultFilterForm(forms.Form):
if records:
# group
if groups:
if groups: # pragma: no cover
thecategories = [record.entrycategory for record in records]
thecategories = list(set(thecategories))
if len(thecategories) <= 1: