Skip to content

Commit 4781966

Browse files
author
James William Pye
committed
It's DML!
1 parent 5daff6f commit 4781966

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

postgresql/test/test_driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ def testBatchDML(self):
845845

846846
def testBatchDMLInXact(self):
847847
with self.db.xact():
848-
self.testBatchDDL()
848+
self.testBatchDML()
849849

850850
def testTypes(self):
851851
'test basic object I/O--input must equal output'

0 commit comments

Comments
 (0)