Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
benclifford committed Jan 15, 2025
1 parent b503a5d commit a231d37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@


@pytest.mark.local
def test_exit_with_bad_registrationr(tmpd_cwd, try_assert):
def test_exit_with_bad_registration(tmpd_cwd, try_assert):
"""Test that the interchange exits when it receives a bad registration message.
This complements parsl/tests/test_scaling/test_worker_interchange_bad_messages_3262.py
which tests that the interchange is resistent to other forms of bad message.
Expand Down

0 comments on commit a231d37

Please sign in to comment.