diff --git a/tests/src/3d/testqgs3dutils.cpp b/tests/src/3d/testqgs3dutils.cpp index 0646ecd88d5..d6788c14387 100644 --- a/tests/src/3d/testqgs3dutils.cpp +++ b/tests/src/3d/testqgs3dutils.cpp @@ -511,7 +511,6 @@ void TestQgs3DUtils::testScreenPointToMapCoordinates() // this placement is weird, but it fixes the clang-tidy warning delete scene; - QGSCOMPARENEAR( mapPoint.x(), 321900, 0.1 ); QGSCOMPARENEAR( mapPoint.y(), 129900.94, 0.1 ); QGSCOMPARENEAR( mapPoint.z(), -5, 0.1 );