Skip to content

Commit abdcf20

Browse files
committed
test_requirement_tests_can_be_run #2
1 parent d7f76ac commit abdcf20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_event_ingestors/test_ingestor_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def test_events_can_be_ingested(get_ingestor_mock, sample_mock, tokenized_events
222222
)
223223

224224

225-
def test_requirement_tests_can_be_performed(get_ingestor_mock, sample_mock, requirement_mock, requirement_events):
225+
def test_requirement_tests_can_be_run(get_ingestor_mock, sample_mock, requirement_mock, requirement_events):
226226
event_ingestors.ingestor_helper.IngestorHelper.ingest_events(
227227
ingest_meta_data={},
228228
addon_path="fake_path",

0 commit comments

Comments
 (0)