Skip to content

Commit

Permalink
research_protocol_config
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Jan 26, 2024
1 parent 2905fa2 commit 6eb3239
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions edc_action_item/tests/consents.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from edc_consent.consent_definition import ConsentDefinition
from edc_protocol import Protocol
from edc_protocol.research_protocol_config import ResearchProtocolConfig

consent_v1 = ConsentDefinition(
model="edc_action_item.subjectconsent",
start=Protocol().study_open_datetime,
end=Protocol().study_close_datetime,
start=ResearchProtocolConfig().study_open_datetime,
end=ResearchProtocolConfig().study_close_datetime,
gender=["M", "F"],
updates_versions=[],
version="1",
Expand Down

0 comments on commit 6eb3239

Please sign in to comment.