Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Aug 6, 2023
1 parent 14239bd commit 3cb1cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edc_pharmacy/tests/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class StudyMedication(

report_datetime = models.DateTimeField(default=get_utcnow)

def run_metadata_rules_for_crf(self, **kwargs):
def run_metadata_rules_for_related_visit(self, **kwargs):
pass

def metadata_update(self, **kwargs):
Expand Down

0 comments on commit 3cb1cee

Please sign in to comment.