Skip to content

Commit

Permalink
update test consent models
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Mar 26, 2024
1 parent c7ab722 commit a5e2ec2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions edc_timepoint/tests/models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from edc_consent.field_mixins import IdentityFieldsMixin, PersonalFieldsMixin
from edc_consent.managers import ConsentObjectsByCdefManager, CurrentSiteByCdefManager
from edc_consent.model_mixins import ConsentModelMixin
from edc_crf.model_mixins import CrfModelMixin
from edc_identifier.managers import SubjectIdentifierManager
Expand Down Expand Up @@ -40,6 +41,9 @@ class Meta(ConsentModelMixin.Meta, BaseUuidModel.Meta):


class SubjectConsentV1(SubjectConsent):
objects = ConsentObjectsByCdefManager()
on_site = CurrentSiteByCdefManager()

class Meta:
proxy = True

Expand Down

0 comments on commit a5e2ec2

Please sign in to comment.