forked from p15670423/monkey
UT: Rename test_relay_not_notified_if_none
This commit is contained in:
parent
a8383f4a79
commit
399fedfba5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue