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] authored and nyalldawson committed Jan 28, 2025
1 parent 4a65d92 commit ebea661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/analysis/testqgsprocessing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1426,7 +1426,7 @@ void TestQgsProcessing::context()
QCOMPARE( context4.modelResult().rawChildInputs().count(), 0 );
QCOMPARE( context4.modelResult().rawChildOutputs().count(), 0 );
QCOMPARE( context4.modelResult().executedChildIds().count(), 0 );

// make sure postprocessor is correctly deleted
ppDeleted = false;
pp = new TestPostProcessor( &ppDeleted );
Expand Down

0 comments on commit ebea661

Please sign in to comment.