Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 10, 2025
1 parent f3149d9 commit 4c12aa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/core/testqgsproject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ void TestQgsProject::testAsynchronousLayerLoading()

void TestQgsProject::regression60100()
{
/*
/*
* Regression test for QGIS issue #60100 (https://github.com/qgis/QGIS/issues/60100)
* This test ensures that when saving a QGIS project with relative paths,
* the correct layer datasource is preserved, even when the current working
Expand Down Expand Up @@ -1153,7 +1153,7 @@ void TestQgsProject::regression60100()
projDirPath + QStringLiteral( "/points.geojson" ),
QStringLiteral( "Test Points" ),
QStringLiteral( "ogr" )
);
);
project->addMapLayer( layer.release() );

// Write (save) the project to disk. This used to pick up the WRONG file and save it to the proj.
Expand Down

0 comments on commit 4c12aa2

Please sign in to comment.