Skip to content

Commit a554c47

Browse files
fix formatting
1 parent 53c0c48 commit a554c47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/test_athena.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ def test_athena_paramstyle_qmark_with_caching(
491491
paramstyle="qmark",
492492
keep_files=False,
493493
s3_output=path2,
494-
athena_cache_settings={"max_cache_seconds": 300}
494+
athena_cache_settings={"max_cache_seconds": 300},
495495
)
496496

497497
assert len(df_out) == 1 and df_out.iloc[0]["string"] == "Washington"
@@ -506,7 +506,7 @@ def test_athena_paramstyle_qmark_with_caching(
506506
paramstyle="qmark",
507507
keep_files=False,
508508
s3_output=path2,
509-
athena_cache_settings={"max_cache_seconds": 300}
509+
athena_cache_settings={"max_cache_seconds": 300},
510510
)
511511

512512
assert len(df_out) == 1 and df_out.iloc[0]["string"] == "Seattle"

0 commit comments

Comments
 (0)