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 22, 2025
1 parent 1de194a commit 17d6474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsproviderconnection_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ def testCreateSqlVectorLayer(self):
self.assertEqual(vl.sourceCrs().authid(), crs)

# Test issue https://github.com/qgis/QGIS/issues/56993
options.sql += ';;;'
options.sql += ";;;"
vl2 = conn.createSqlVectorLayer(options)
self.assertTrue(vl2.isValid())
self.assertTrue(vl2.isSqlQuery())
Expand Down

0 comments on commit 17d6474

Please sign in to comment.