We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f19c4a6 commit cbda2ecCopy full SHA for cbda2ec
test_issue_metrics.py
@@ -404,10 +404,10 @@ def test_get_per_issue_metrics_with_ghost_user_pull_request(self):
404
issues = [mock_issue]
405
406
# Mock the measure functions to avoid additional complexities
407
- with unittest.mock.patch( # type:ignore
+ with unittest.mock.patch( # type: ignore
408
"issue_metrics.measure_time_to_first_response",
409
return_value=timedelta(days=1),
410
- ), unittest.mock.patch( # type:ignore
+ ), unittest.mock.patch( # type: ignore
411
"issue_metrics.measure_time_to_close", return_value=None
412
):
413
# Call the function and verify it doesn't crash
0 commit comments