summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/testqPrefUnits.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testqPrefUnits.cpp b/tests/testqPrefUnits.cpp
index 76d5b9684..b2ead5c9e 100644
--- a/tests/testqPrefUnits.cpp
+++ b/tests/testqPrefUnits.cpp
@@ -159,7 +159,7 @@ void TestQPrefUnits::test_multiple()
QCOMPARE(tst->length(), qPrefUnits::length());
QCOMPARE(tst->length(), QStringLiteral("meters"));
QCOMPARE(tst->pressure(), qPrefUnits::pressure());
- QCOMPARE(tst->pressure(), QStringLiteral("meters"));
+ QCOMPARE(tst->pressure(), QStringLiteral("bar"));
}
void TestQPrefUnits::test_unit_system()