Some renamings

This commit is contained in:
Roland Geider
2024-02-23 20:37:10 +01:00
parent 222442cccb
commit 84c9fe888e
8 changed files with 35 additions and 15 deletions

View File

@@ -32,7 +32,7 @@ void main() {
group('model tests', () {
test('Test the nutritionalValues method for nutritional plans', () {
final values = NutritionalValues.values(4118.75, 32.75, 347.5, 9.5, 59.0, 37.75, 52.5, 30.5);
expect(plan.nutritionalValues, values);
expect(plan.plannedNutritionalValues, values);
});
test('Test the nutritionalValues method for meals', () {