Skip to content

Commit 55f3852

Browse files
fix: apply ruff formatting to exception handler test
Co-Authored-By: [email protected] <[email protected]>
1 parent 33fe225 commit 55f3852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit_tests/test_exception_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def test_given_exception_with_display_message_when_assemble_uncaught_exception_t
4747
def test_uncaught_exception_handler():
4848
cmd = "from airbyte_cdk.logger import init_logger; from airbyte_cdk.exception_handler import init_uncaught_exception_handler; logger = init_logger('airbyte'); init_uncaught_exception_handler(logger); raise 1"
4949
exception_message = "exceptions must derive from BaseException"
50-
50+
5151
if sys.version_info >= (3, 13):
5252
exception_trace = (
5353
"Traceback (most recent call last):\n"

0 commit comments

Comments
 (0)