Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 4, 2023
1 parent e77ca40 commit 7bb23f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/src/core/testqgsdatasourceuri.cpp
Expand Up @@ -208,7 +208,7 @@ void TestQgsDataSourceUri::checkparser_data()
<< "" // key
<< false // estimatedmetadata
<< "" // srid
<< Qgis::WkbType::Unknown // type
<< QgsWkbTypes::Unknown // type
<< false // selectatid
<< "" // service
<< "" // user
Expand All @@ -231,7 +231,7 @@ void TestQgsDataSourceUri::checkparser_data()
<< "" // key
<< false // estimatedmetadata
<< "" // srid
<< Qgis::WkbType::Unknown // type
<< QgsWkbTypes::Unknown // type
<< false // selectatid
<< "" // service
<< "" // user
Expand All @@ -254,7 +254,7 @@ void TestQgsDataSourceUri::checkparser_data()
<< "" // key
<< false // estimatedmetadata
<< "" // srid
<< Qgis::WkbType::Unknown // type
<< QgsWkbTypes::Unknown // type
<< false // selectatid
<< "" // service
<< "" // user
Expand Down

0 comments on commit 7bb23f2

Please sign in to comment.