Merge branch 'feature/activity_types_fix' into 'master'

Fixed error in placeholder for secondary school (data registry defaults)

See merge request caimira/caimira!494
This commit is contained in:
Luis Aleixo 2024-05-24 16:14:06 +02:00
commit 3327b6e461
2 changed files with 2 additions and 2 deletions

View file

@ -441,7 +441,7 @@ class DataRegistry:
"expiration": {"Breathing": 5, "Speaking": 5},
},
"secondary-school": {
"placeholder": "Primary school",
"placeholder": "Secondary school",
"activity": "Light activity",
"expiration": {"Breathing": 7, "Speaking": 3},
},

View file

@ -44,7 +44,7 @@ REQUIREMENTS: dict = {
],
'app': [],
'test': [
'pytest',
'pytest < 8.2',
'pytest-mypy >= 0.10.3',
'mypy >= 1.0.0',
'pytest-tornasync',