Skip to content

Commit d6da802

Browse files
committed
Fix test
1 parent ca2abb5 commit d6da802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/python/test_provider_postgres.py

+1-1
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)