Fix a typo in a bootstrap normalisation test name

This commit is contained in:
danielhanchen 2026-07-29 07:43:45 +00:00
commit c39834a96a

View file

@ -173,7 +173,7 @@ def test_upgrade_normalises_the_bootstrap_file():
b"legacy-bootstrap-secret ",
],
)
def test_only_an_exactly_untermimated_bootstrap_file_is_touched(other):
def test_only_an_exactly_unterminated_bootstrap_file_is_touched(other):
# Appending is safe precisely because it is restricted to the one shape
# released code produced. Everything else reads fine and is left alone.
seed_user()