Skip to content

Commit

Permalink
Merge branch 'release/0.3.43' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Jun 7, 2023
2 parents 7a51861 + 0d33e0b commit cff64ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edc_crf/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from edc_model import model_exists_or_raise


def raise_if_crf_review_does_not_exist(subject_visit, model: str) -> None:
def raise_if_crf_does_not_exist(subject_visit, model: str) -> None:
model_cls = django_apps.get_model(model)
try:
model_exists_or_raise(subject_visit=subject_visit, model_cls=model_cls)
Expand Down

0 comments on commit cff64ba

Please sign in to comment.