Skip to content

Commit 15fe635

Browse files
committed
Fix hub link
1 parent a985d8c commit 15fe635

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
@@ -325,7 +325,7 @@ def testRenameAttributes(self):
325325
self.assertEqual(fet.fields()[1].name(), 'newname2')
326326
self.assertEqual(fet.fields()[2].name(), 'another')
327327

328-
# See http://hub.qgis.org/issues/18155
328+
# See http://hub.qgis.org/issues/15188
329329
def testNumericPrecision(self):
330330
uri = 'point?field=f1:int'
331331
uri += '&field=f2:double(6,4)'

0 commit comments

Comments
 (0)