Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Jan 14, 2025
1 parent 8215a63 commit bc01541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edc_metadata/tests/tests/test_natural_keys.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def enroll(self, gender=None):
)
subject_visit = SubjectVisit.objects.create(
appointment=self.appointment,
subject_identifier=self.subject_identifier,
subject_identifier=subject_identifier,
report_datetime=self.appointment.appt_datetime,
visit_code=self.appointment.visit_code,
visit_code_sequence=self.appointment.visit_code_sequence,
Expand Down

0 comments on commit bc01541

Please sign in to comment.