Fix a typo in a bootstrap normalisation test name
This commit is contained in:
parent
26120382d9
commit
c39834a96a
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue