mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-01-31 09:24:07 +03:00
Renamed shadowed test method
This commit is contained in:
parent
78895e6943
commit
35ff2def34
|
@ -78,7 +78,7 @@ class CommonDatetimeTestsMixin:
|
|||
value = self.DATETIME(None, self.curs)
|
||||
self.assertEqual(value, None)
|
||||
|
||||
def test_parse_incomplete_time(self):
|
||||
def test_parse_incomplete_datetime(self):
|
||||
self.assertRaises(psycopg2.DataError,
|
||||
self.DATETIME, '2007', self.curs)
|
||||
self.assertRaises(psycopg2.DataError,
|
||||
|
|
Loading…
Reference in New Issue
Block a user