Skip to content
Merged
Changes from all commits
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
minor typo
  • Loading branch information
chemelnucfin committed Nov 8, 2017
commit 32fcdf819cc25cc7cacd93720f6b8db50af0d59d
2 changes: 1 addition & 1 deletion spanner/tests/system/test_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ def _transaction_read_then_raise(self, transaction):
raise CustomException()

@RetryErrors(exception=GrpcRendezvous)
def test_transaction_read_and_insert_then_execption(self):
def test_transaction_read_and_insert_then_exception(self):
retry = RetryInstanceState(_has_all_ddl)
retry(self._db.reload)()

Expand Down