Skip to content

Commit 0ae13d2

Browse files
Abseil Teamcopybara-github
authored andcommitted
fix typo
PiperOrigin-RevId: 817066259
1 parent 1952c49 commit 0ae13d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

absl/testing/absltest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def _get_default_randomize_ordering_seed() -> int:
223223

224224

225225
# We might need to monkey-patch TestResult so that it stops considering an
226-
# unexpected pass as a as a "successful result". For details, see
226+
# unexpected pass as a "successful result". For details, see
227227
# http://bugs.python.org/issue20165
228228
def _monkey_patch_test_result_for_unexpected_passes() -> None:
229229
"""Workaround for <http://bugs.python.org/issue20165>."""

0 commit comments

Comments
 (0)