Skip to content

Commit d2f3aec

Browse files
committed
fix test
1 parent ca37933 commit d2f3aec

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
@@ -1252,7 +1252,7 @@ void TestQgsProperty::colorRampTransformer()
12521252
25,
12531253
new QgsGradientColorRamp( QColor( 10, 20, 30 ), QColor( 200, 190, 180 ) ),
12541254
QColor( 100, 150, 200 ) );
1255-
QCOMPARE( t5.toExpression( "5+6" ), QStringLiteral( "coalesce(ramp_color('custom ramp',scale_linear(5+6, 15, 25, 0, 1), '#6496c8')" ) );
1255+
QCOMPARE( t5.toExpression( "5+6" ), QStringLiteral( "coalesce(ramp_color('custom ramp',scale_linear(5+6, 15, 25, 0, 1)), '#6496c8')" ) );
12561256
t5.setRampName( QStringLiteral( "my ramp" ) );
12571257
QCOMPARE( t5.toExpression( "5+6" ), QStringLiteral( "coalesce(ramp_color('my ramp',scale_linear(5+6, 15, 25, 0, 1), '#6496c8')" ) );
12581258
}

0 commit comments

Comments
 (0)