diff --git a/spanner/tests/system/test_system.py b/spanner/tests/system/test_system.py index 3843ea94496c..fe225b6c70db 100644 --- a/spanner/tests/system/test_system.py +++ b/spanner/tests/system/test_system.py @@ -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)()