Skip to content

Commit

Permalink
Merge branch 'feature/activity_types_fix' into 'master'
Browse files Browse the repository at this point in the history
Fixed error in placeholder for secondary school (data registry defaults)

See merge request caimira/caimira!494
  • Loading branch information
lrdossan committed May 24, 2024
2 parents d2a867f + 6b6824c commit 4ca9816
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion caimira/store/data_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -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},
},
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
],
'app': [],
'test': [
'pytest',
'pytest < 8.2',
'pytest-mypy >= 0.10.3',
'mypy >= 1.0.0',
'pytest-tornasync',
Expand Down

0 comments on commit 4ca9816

Please sign in to comment.