Skip to content

Commit

Permalink
Update tests/src/gui/testqgslabelingwidget.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 7, 2025
1 parent c5dee65 commit e73c010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/gui/testqgslabelingwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ void TestQgsLabelingWidget::cleanup()

void TestQgsLabelingWidget::testRuleKeyPreserved()
{
// test that rule keys are preserved and not resetted when editing labels with a rule based rendering
// test that rule keys are preserved and not reset when editing labels with a rule based rendering
QgsVectorLayer layer( QStringLiteral( "Point?field=pk:int" ), QStringLiteral( "layer" ), QStringLiteral( "memory" ) );

QgsFeature ft1( layer.fields() );
Expand Down

0 comments on commit e73c010

Please sign in to comment.