Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: thinko
  • Loading branch information
tseaver committed Oct 31, 2019
commit 1ed4645f0ed8533bee870bd7e5cfe1e9261989dc
2 changes: 1 addition & 1 deletion spanner/tests/system/test_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ def _check_batch_status(status_code):
if status_code != code_pb2.OK:
grpc_status_code = _STATUS_CODE_TO_GRPC_STATUS_CODE[status_code]
call = FauxCall(status_code)
exc = exceptions.from_grpc_status(
raise exceptions.from_grpc_status(
grpc_status_code, "batch_update failed", errors=[call]
)

Expand Down