Skip to content

Commit

Permalink
rename as consent_definition
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Jan 6, 2024
1 parent c3d73e7 commit e8132a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions edc_ltfu/tests/consents.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from edc_consent.consent import Consent
from edc_consent.consent_definition import ConsentDefinition
from edc_constants.constants import FEMALE, MALE
from edc_protocol import Protocol

v1_consent = Consent(
v1_consent = ConsentDefinition(
"edc_metadata.subjectconsent",
version="1",
start=Protocol().study_open_datetime,
Expand Down

0 comments on commit e8132a3

Please sign in to comment.