summaryrefslogtreecommitdiff
path: root/test/sql
diff options
context:
space:
mode:
Diffstat (limited to 'test/sql')
-rw-r--r--test/sql/test_query.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/sql/test_query.py b/test/sql/test_query.py
index c711819f9..953dcab7f 100644
--- a/test/sql/test_query.py
+++ b/test/sql/test_query.py
@@ -717,7 +717,6 @@ class QueryTest(TestBase):
self.fail('Should not allow access to private attributes')
except AttributeError:
pass # expected
- r.close()
finally:
shadowed.drop(checkfirst=True)