Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed test
  • Loading branch information
jbp35 authored and nyalldawson committed May 11, 2023
1 parent d4bc468 commit 2dd6beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/core/testqgsmapsettings.cpp
Expand Up @@ -236,7 +236,7 @@ void TestQgsMapSettings::testDevicePixelRatio()
ms.setDevicePixelRatio( 1.5 );
ms.setExtent( QgsRectangle( 0, 0, 100, 100 ) );
QCOMPARE( ms.outputSize() * 1.5, ms.deviceOutputSize() );
QCOMPARE( scale * 1.5, ms.scale() );
QCOMPARE( scale, ms.scale() );
}

void TestQgsMapSettings::visiblePolygon()
Expand Down

0 comments on commit 2dd6beb

Please sign in to comment.