diff --git a/test/test_integration.py b/test/test_integration.py index 8c5c937..1eff88b 100644 --- a/test/test_integration.py +++ b/test/test_integration.py @@ -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()