Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 484c63a

Browse files
sethtroisicrwilcox
authored andcommitted
Added matching END tags to Spanner Tests (#7529)
1 parent a6d8499 commit 484c63a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spanner/tests/system/test_system.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -817,6 +817,8 @@ def unit_of_work(transaction, self):
817817

818818
rows = list(session.read(self.TABLE, self.COLUMNS, self.ALL))
819819
self._check_rows_data(rows, [])
820+
# [END spanner_test_dml_with_mutation]
821+
# [END spanner_test_dml_update]
820822

821823
def test_transaction_batch_update_and_execute_dml(self):
822824
retry = RetryInstanceState(_has_all_ddl)

0 commit comments

Comments
 (0)