Fix minor typo in tests

master
baztian 2015-02-08 15:28:00 +01:00
parent a45fe8ccd0
commit 3fef45e608
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ class IntegrationTestBase(object):
cursor.close()
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.
"""
cursor = self.conn.cursor()