Skip to content

Commit 59f0a4e

Browse files
committed
typo
1 parent da9f228 commit 59f0a4e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/unit/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
reason="requires sqlalchemy 1.4 or higher",
5050
)
5151

52+
5253
@pytest.fixture()
5354
def faux_conn():
5455
test_data = dict(execute=[])

tests/unit/test_compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def test_no_implicit_join_asterix_for_inner_unnest(faux_conn, metadata):
194194

195195

196196
@sqlalchemy_before_2_0
197-
def test_no_implicit_join_for_inner_unnest_before_1_4(faux_conn, metadata):
197+
def test_no_implicit_join_for_inner_unnest_before_2_0(faux_conn, metadata):
198198
# See: https://github.com/googleapis/python-bigquery-sqlalchemy/issues/368
199199
q = prepare_implicit_join_base_query(faux_conn, metadata, True, False)
200200
expected_initial_sql = (

0 commit comments

Comments
 (0)