Skip to content

Commit c144216

Browse files
Adjust test name to remove reference to very old version of Python.
1 parent 4956aee commit c144216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/DateTimeVar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def testBindDate(self):
4444
self.assertEqual(self.cursor.fetchall(), [self.dataByKey[4]])
4545

4646
def testBindDateTime(self):
47-
"test binding in a Python 2.3 and higher date time"
47+
"test binding in a datetime.datetime value"
4848
self.cursor.execute("""
4949
select * from TestDates
5050
where DateCol = :value""",

0 commit comments

Comments
 (0)