diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testplan.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testplan.cpp b/tests/testplan.cpp index 7d5774221..a8bde54b4 100644 --- a/tests/testplan.cpp +++ b/tests/testplan.cpp @@ -413,8 +413,8 @@ void TestPlan::testVpmbMetric100m60min() QCOMPARE(ev->gas.index, 2); QCOMPARE(ev->value, 100); QCOMPARE(get_depth_at_time(&displayed_dive.dc, ev->time.seconds), 6000); - // check expected run time of 316 minutes - QVERIFY(compareDecoTime(displayed_dive.dc.duration.seconds, 316u * 60u + 20u)); + // check expected run time of 311 minutes + QVERIFY(compareDecoTime(displayed_dive.dc.duration.seconds, 311u * 60u + 20u)); } void TestPlan::testVpmbMetricMultiLevelAir() |