Skip to content

Commit

Permalink
♻️ Change kf_id of fake study
Browse files Browse the repository at this point in the history
  • Loading branch information
dankolbman committed Apr 20, 2020
1 parent bcb3cc8 commit 744a2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coordinator/api/factories/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ def studies(self, create, extracted, **kwargs):
for study in extracted:
self.studies.add(study)
else:
study = StudyFactory(kf_id="SD_TESTTEST")
study = StudyFactory(kf_id="SD_ME0WME0W")
self.studies.add(study)

0 comments on commit 744a2a1

Please sign in to comment.