Remove useless event factory
Change-Id: I8442a26ebfcfe3c17c378b283ffbbc0810b7a067
This commit is contained in:
@@ -32,7 +32,7 @@ class TestEventDispatcher(base.TestCase):
|
||||
|
||||
def fake_event(self, event_type):
|
||||
event = Event()
|
||||
event.set_type(event_type)
|
||||
event.type = event_type
|
||||
return event
|
||||
|
||||
def test_add_listener(self):
|
||||
|
||||
Reference in New Issue
Block a user