Skip to content

Commit

Permalink
Merge branch 'release/0.1.40' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Aug 1, 2023
2 parents 48415dc + 13d8f5d commit f598322
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):
def run_metadata_rules_for_crf(self, **kwargs):
pass

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

0 comments on commit f598322

Please sign in to comment.