We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1952c49 commit 0ae13d2Copy full SHA for 0ae13d2
absl/testing/absltest.py
@@ -223,7 +223,7 @@ def _get_default_randomize_ordering_seed() -> int:
223
224
225
# 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
+# unexpected pass as a "successful result". For details, see
227
# http://bugs.python.org/issue20165
228
def _monkey_patch_test_result_for_unexpected_passes() -> None:
229
"""Workaround for <http://bugs.python.org/issue20165>."""
0 commit comments