summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/testpreferences.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/testpreferences.cpp b/tests/testpreferences.cpp
index 59a4037a6..ae8ad6132 100644
--- a/tests/testpreferences.cpp
+++ b/tests/testpreferences.cpp
@@ -78,10 +78,10 @@ void TestPreferences::testPreferences()
TEST(cloud->verificationStatus(), (short)1);
auto tecDetails = pref->techDetails;
- tecDetails->setModp02(0.2);
- TEST(tecDetails->modp02(), 0.2);
- tecDetails->setModp02(1.0);
- TEST(tecDetails->modp02(), 1.0);
+ tecDetails->setModpO2(0.2);
+ TEST(tecDetails->modpO2(), 0.2);
+ tecDetails->setModpO2(1.0);
+ TEST(tecDetails->modpO2(), 1.0);
tecDetails->setGflow(2);
TEST(tecDetails->gflow(), 2);