Skip to content

Commit fbe7310

Browse files
Update tests/utils/test_telemetry.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 35c8c65 commit fbe7310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils/test_telemetry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def foo(x, y):
4242
mock_span.record_exception.assert_not_called()
4343

4444

45-
def test_trace_function_sync_exception(mock_span: mock.MagicMock):
45+
def test_trace_function_sync_exception(mock_span: mock.MagicMock) -> None:
4646
@trace_function
4747
def bar() -> NoReturn:
4848
raise ValueError('fail')

0 commit comments

Comments
 (0)