summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/testplan.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/testplan.cpp b/tests/testplan.cpp
index 43473db7a..a3fb5240a 100644
--- a/tests/testplan.cpp
+++ b/tests/testplan.cpp
@@ -32,7 +32,7 @@ void setupPrefsVpmb()
prefs.ascratelast6m = prefs.ascrate50;
prefs.descrate = 99000 / 60;
prefs.last_stop = false;
- prefs.deco_mode = VPMB;
+ prefs.planner_deco_mode = VPMB;
prefs.vpmb_conservatism = 0;
}
@@ -284,7 +284,7 @@ void TestPlan::testMetric()
setupPrefs();
prefs.unit_system = METRIC;
prefs.units.length = units::METERS;
- prefs.deco_mode = BUEHLMANN;
+ prefs.planner_deco_mode = BUEHLMANN;
struct diveplan testPlan = {};
setupPlan(&testPlan);
@@ -320,7 +320,7 @@ void TestPlan::testImperial()
setupPrefs();
prefs.unit_system = IMPERIAL;
prefs.units.length = units::FEET;
- prefs.deco_mode = BUEHLMANN;
+ prefs.planner_deco_mode = BUEHLMANN;
struct diveplan testPlan = {};
setupPlan(&testPlan);