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

Commit 8993539

Browse files
committed
Fixed unit tests
1 parent 0741d0b commit 8993539

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

tests/unit/data/test__helpers.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -313,17 +313,6 @@ class TestGetStatusesFromMutationsExceptionGroup:
313313
),
314314
status_pb2.Status(code=code_pb2.UNKNOWN, message="Something happened"),
315315
),
316-
(
317-
0,
318-
bt_exceptions.RetryExceptionGroup(
319-
excs=[
320-
core_exceptions.ServiceUnavailable("Service Unavailable"),
321-
core_exceptions.ServiceUnavailable("Service Unavailable"),
322-
None,
323-
]
324-
),
325-
status_pb2.Status(code=code_pb2.UNKNOWN, message="An unknown error has occurred"),
326-
),
327316
(
328317
0,
329318
None,

0 commit comments

Comments
 (0)