Fix doc string in test case.

This commit is contained in:
Marcel Rodrigues
2013-11-13 11:51:20 -02:00
parent 208d0abbd6
commit e781fb4da0

View File

@@ -104,7 +104,7 @@ class TestConversion(base.PyMySQLTestCase):
self.assertEqual((u'',None), c.fetchone())
def test_timedelta(self):
""" test conversion of null, empty string """
""" test timedelta conversion """
conn = self.connections[0]
c = conn.cursor()
c.execute("select time('12:30'), time('23:12:59'), time('23:12:59.05100')")