Skip to content

Commit f9dcd60

Browse files
Update conftest.py
1 parent 85659a4 commit f9dcd60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/data_manager/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ def fake_mapping_suite():
4646

4747
@pytest.fixture
4848
def daily_supra_notice():
49-
return DailySupraNotice(notice_ids=["1", "2", "3"], notice_publication_date=date.today())
49+
return DailySupraNotice(notice_ids=["1", "2", "3"], notice_fetched_date=date.today())

0 commit comments

Comments
 (0)