Skip to content

Commit 6c2f462

Browse files
committed
Fix coverage failure.
1 parent fe94da6 commit 6c2f462

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

core/google/cloud/exceptions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,3 +301,5 @@ def _catch_remap_gax_error():
301301
StatusCode.UNAVAILABLE: ServiceUnavailable,
302302
StatusCode.DATA_LOSS: InternalServerError,
303303
}
304+
else: # pragma: NO COVER (GAX/gRPC always present for testing)
305+
pass

0 commit comments

Comments
 (0)