Skip to content

Commit

Permalink
grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed Jan 21, 2025
1 parent 7aa2ce4 commit bd705a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/test/testutils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ void TestUtils::testMapLayerFromName()
QgsProject *project = new QgsProject();
QCOMPARE( InputUtils::mapLayerFromName( "", project ), static_cast<QgsMapLayer *>( nullptr ) );

// ddd a named layer to project and check => should succeed
// added a named layer to project and check => should succeed
QgsVectorLayer *layer = new QgsVectorLayer( "Point?crs=EPSG:4326", "MyTestLayer", "memory" );
QVERIFY( layer->isValid() );
project->addMapLayer( layer );
Expand Down

1 comment on commit bd705a7

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 25.1.699511 just submitted!

Please sign in to comment.