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:
commit
3327b6e461
2 changed files with 2 additions and 2 deletions
|
|
@ -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},
|
||||
},
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -44,7 +44,7 @@ REQUIREMENTS: dict = {
|
|||
],
|
||||
'app': [],
|
||||
'test': [
|
||||
'pytest',
|
||||
'pytest < 8.2',
|
||||
'pytest-mypy >= 0.10.3',
|
||||
'mypy >= 1.0.0',
|
||||
'pytest-tornasync',
|
||||
|
|
|
|||
Loading…
Reference in a new issue