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

Commit d80d006

Browse files
committed
fix: Add missing bracket in test assertion
1 parent 74f0da9 commit d80d006

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/unit/test_spanner.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,6 @@ def _batch_update_helper(
475475

476476
self.assertEqual(status, expected_status)
477477
self.assertEqual(row_counts, expected_row_counts)
478-
self.assertEqual(transaction._execute_sql_request_count, count + 1)
479478

480479
def _batch_update_expected_request(self, begin=True, count=0):
481480
if begin is True:

0 commit comments

Comments
 (0)