Skip to content

Commit c66cb9e

Browse files
authored
Update testqgsproperty.cpp
1 parent f9e90c3 commit c66cb9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/core/testqgsproperty.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1253,7 +1253,7 @@ void TestQgsProperty::colorRampTransformer()
12531253
QColor( 100, 150, 200 ) );
12541254
QCOMPARE( t5.toExpression( "5+6" ), QStringLiteral( "coalesce(ramp_color('custom ramp',scale_linear(5+6, 15, 25, 0, 1)), '#6496c8')" ) );
12551255
t5.setRampName( QStringLiteral( "my ramp" ) );
1256-
QCOMPARE( t5.toExpression( "5+6" ), QStringLiteral( "coalesce(ramp_color('my ramp',scale_linear(5+6, 15, 25, 0, 1), '#6496c8')" ) );
1256+
QCOMPARE( t5.toExpression( "5+6" ), QStringLiteral( "coalesce(ramp_color('my ramp',scale_linear(5+6, 15, 25, 0, 1)), '#6496c8')" ) );
12571257
}
12581258

12591259
void TestQgsProperty::propertyToTransformer()

0 commit comments

Comments
 (0)