Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasMizera committed Jul 25, 2023
1 parent 1053402 commit 4c3caaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/test/testposition.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ void TestPosition::testPositionTracking()

QSignalSpy addedSpy( trackingLayer, &QgsVectorLayer::featureAdded );

manager.storeTrackedPath();
manager.commitTrackedPath();

QCOMPARE( addedSpy.count(), 2 ); // called twice, once with FID_NEW and second time after commit, with fid>0

Expand Down

0 comments on commit 4c3caaf

Please sign in to comment.