diff options
| author | deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> | 2024-08-19 16:14:07 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-19 16:14:07 +0000 |
| commit | b499d78dc660017694ec683c90aba3f558c00669 (patch) | |
| tree | 52673e56cc1747eb351982accdbdb58611ee4048 /tests | |
| parent | f014d1a15037e3471c0759de3ca31e221e2673de (diff) | |
| download | de-project-bentley-b499d78dc660017694ec683c90aba3f558c00669.tar.gz de-project-bentley-b499d78dc660017694ec683c90aba3f558c00669.zip | |
style: format code with Autopep8, Black and Ruff Formatter
This commit fixes the style issues introduced in f014d1a according to the output
from Autopep8, Black and Ruff Formatter.
Details: https://github.com/ajschofield/de-project-bentley/pull/65
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_extract_lambda.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_extract_lambda.py b/tests/test_extract_lambda.py index 347ef22..3931cfc 100644 --- a/tests/test_extract_lambda.py +++ b/tests/test_extract_lambda.py @@ -180,6 +180,7 @@ class TestConnectToDatabase: connect_to_database() assert "Interface error" in caplog.text + class TestProcessAndUploadTables: def test_error_process_and_upload_tables(mock_conn, s3_client, caplog): caplog.set_level(logging.INFO) @@ -218,4 +219,3 @@ class TestProcessAndUploadTables: process_and_upload_tables(mock_db(), existing_files, client=s3_client) # Assert that the log contains "No new data" assert "No new data" in caplog.text - |
