Skip to content

Commit

Permalink
Merge branch 'release/0.3.17' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Jan 6, 2024
2 parents 7c6f413 + faa70c3 commit 2b1cae0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions edc_timepoint/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(
v1 = ConsentDefinition(
"edc_timepoint.subjectconsent",
version="1",
start=Protocol().study_open_datetime,
Expand Down
2 changes: 1 addition & 1 deletion edc_timepoint/tests/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from edc_metadata.model_mixins.creates import CreatesMetadataModelMixin
from edc_model.models import BaseUuidModel
from edc_registration.model_mixins import UpdatesOrCreatesRegistrationModelMixin
from edc_sites.models import SiteModelMixin
from edc_sites.model_mixins import SiteModelMixin
from edc_visit_schedule.model_mixins import OffScheduleModelMixin, OnScheduleModelMixin
from edc_visit_tracking.model_mixins import VisitModelMixin

Expand Down

0 comments on commit 2b1cae0

Please sign in to comment.