summaryrefslogtreecommitdiff
path: root/test/sql/test_compiler.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/sql/test_compiler.py')
-rw-r--r--test/sql/test_compiler.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/sql/test_compiler.py b/test/sql/test_compiler.py
index 7eda0207a..cda22a5ac 100644
--- a/test/sql/test_compiler.py
+++ b/test/sql/test_compiler.py
@@ -4590,7 +4590,9 @@ class ResultMapTest(fixtures.TestBase):
comp = MyCompiler(default.DefaultDialect(), stmt1)
eq_(
- ResultMetaData._create_result_map(contexts[stmt2.element][0]),
+ ResultMetaData._create_description_match_map(
+ contexts[stmt2.element][0]
+ ),
{
"otherid": (
"otherid",