aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/dice/tst_dice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dice/tst_dice.cpp b/tests/dice/tst_dice.cpp
index 7df2160..ba47dcf 100644
--- a/tests/dice/tst_dice.cpp
+++ b/tests/dice/tst_dice.cpp
@@ -430,7 +430,7 @@ void TestDice::mathPriority()
QCOMPARE(resultList.size(), 1);
auto value= resultList.first();
- QVERIFY(qFuzzyCompare(value, expected) == 1);
+ QCOMPARE(value, expected);
}
void TestDice::mathPriority_data()