Fix minor typo in tests

This commit is contained in:
baztian
2015-02-08 15:28:00 +01:00
parent a45fe8ccd0
commit 3fef45e608
+1 -1
View File
@@ -94,7 +94,7 @@ class IntegrationTestBase(object):
cursor.close() cursor.close()
def test_execute_reset_description_without_execute_result(self): def test_execute_reset_description_without_execute_result(self):
"""Excpect the descriptions property being reset when no query """Expect the descriptions property being reset when no query
has been made via execute method. has been made via execute method.
""" """
cursor = self.conn.cursor() cursor = self.conn.cursor()