File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,6 @@ def event_id():
141141
142142class TestEventFilters :
143143 project_names = [
144- (None ),
145144 ([]),
146145 (["demo_Big_Episodic" ]),
147146 (["demo_Big_Feature" ]),
@@ -156,7 +155,6 @@ class TestEventFilters:
156155 ]
157156
158157 topics = [
159- (None ),
160158 ([]),
161159 (["entity.folder.attrib_changed" ]),
162160 (["entity.task.created" , "entity.project.created" ]),
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ def test_get_events_project_name(project_names):
180180 assert item .get ("project" ) in project_names
181181
182182 # test if the legths are equal
183- assert project_names is None or len (res ) == sum (len (
183+ assert len (res ) == sum (len (
184184 list (get_events (
185185 project_names = [project_name ]
186186 )) or []
You can’t perform that action at this time.
0 commit comments