Fix minor typo in tests
parent
a45fe8ccd0
commit
3fef45e608
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue