Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 557b54a

Browse files
1 parent e3ac131 commit 557b54a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/data/_async/test_metrics_interceptor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,4 @@ async def test_unary_stream_interceptor_failure_start_stream_generic(self):
172172
with pytest.raises(ValueError) as e:
173173
await instance.intercept_unary_stream(continuation, details, request)
174174
assert e.value == exc
175-
continuation.assert_called_once_with(details, request)
175+
continuation.assert_called_once_with(details, request)

0 commit comments

Comments
 (0)