UT: Rename test_relay_not_notified_if_none

This commit is contained in:
Mike Salvatore 2022-10-03 14:31:27 -04:00
parent a8383f4a79
commit 399fedfba5
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ def test_relay_not_notified_on_successful_propation(mock_tcp_relay):
mock_tcp_relay.add_potential_user.assert_not_called()
def test_relay_not_notified_if_none():
def test_handler_doesnt_raise_if_relay_is_none():
handler = notify_relay_on_propagation(None)
# Raises AttributeError on failure