Skip to content

Commit 94b5e60

Browse files
committed
Fixed comment base_table_good
1 parent 96789f3 commit 94b5e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/python/test_provider_postgres.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def test_unique(features, num_features):
120120
vl = QgsVectorLayer('%s srid=4326 table="qgis_test".%s (geom) sql=' % (self.dbconn, 'base_table_good'), "testgeom", "postgres")
121121
self.assertTrue(vl.isValid())
122122
test_unique([f for f in vl.getFeatures()], 4)
123-
# Test base_table_bad with use estimated metadata: layer is valid
123+
# Test base_table_good with use estimated metadata: layer is valid
124124
vl = QgsVectorLayer('%s srid=4326 estimatedmetadata="true" table="qgis_test".%s (geom) sql=' % (self.dbconn, 'base_table_good'), "testgeom", "postgres")
125125
self.assertTrue(vl.isValid())
126126
test_unique([f for f in vl.getFeatures()], 4)

0 commit comments

Comments
 (0)