Skip to content

Commit 3b1923a

Browse files
Merge pull request #605 from laughingman7743/fix-engine-fixture-usage
Fix: Correct engine fixture usage in test_reserved_words
2 parents bb15d15 + eb83f3a commit 3b1923a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/pyathena/sqlalchemy/test_base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ def test_select_offset_limit(self, engine):
361361

362362
def test_reserved_words(self, engine):
363363
"""Presto uses double quotes, not backticks"""
364+
engine, conn = engine
364365
fake_table = Table("bernoulli", MetaData(), Column("current_catalog", types.String()))
365366
query = (
366367
fake_table.select()

0 commit comments

Comments
 (0)