Skip to content

Commit 2469c9e

Browse files
committed
Fix test
1 parent f3682be commit 2469c9e

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
@@ -479,7 +479,7 @@ def testTransactionConstrains(self):
479479

480480
# check new values
481481
self.assertTrue(vl.getFeatures('id=1').nextFeature(f))
482-
self.assertEqual(f.attributes(), [1, 1, NULL])
482+
self.assertEqual(f.attributes(), [1, 1, 0])
483483

484484
def testTransactionTuple(self):
485485
# create a vector layer based on postgres

0 commit comments

Comments
 (0)