diff --git a/src/test/ValentinaTest/tst_varc.cpp b/src/test/ValentinaTest/tst_varc.cpp index cf370f620..58d4e8730 100644 --- a/src/test/ValentinaTest/tst_varc.cpp +++ b/src/test/ValentinaTest/tst_varc.cpp @@ -463,5 +463,5 @@ void TST_VArc::EmptyArc() VArc empty; Comparison(empty.GetPoints(), {QPointF()}); - QCOMPARE(empty.GetLength(), 0); + QCOMPARE(empty.GetLength(), 0.); }