We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c53d29 commit edda34dCopy full SHA for edda34d
tests/unit/test_spanner.py
@@ -1077,7 +1077,7 @@ def test_transaction_for_concurrent_statement_should_begin_one_transaction_with_
1077
expected_requests = [
1078
self._batch_update_expected_request(),
1079
self._batch_update_expected_request(begin=False),
1080
-
+ ]
1081
1082
actual_requests = [call.kwargs["request"] for call in call_args_list]
1083
self.assertCountEqual(actual_requests, expected_requests)
0 commit comments