We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bcf7f1 commit 8e4d985Copy full SHA for 8e4d985
Studies/src/org/labkey/studies/StudiesManager.java
@@ -359,11 +359,11 @@ public void testStudyInsert() throws Exception
359
sd.setLabel(sd.getLabel() + " (updated)");
360
361
StudyDefinition.StudyCohort firstCohort = sd.getCohorts().get(0);
362
- firstCohort.setLabel(firstCohort.getLabel() + "‑updated");
+ firstCohort.setLabel(firstCohort.getLabel() + "-updated");
363
364
StudyDefinition.StudyCohort newCohort = new StudyDefinition.StudyCohort();
365
newCohort.setCohortName("NEW");
366
- newCohort.setLabel("Brand‑new cohort");
+ newCohort.setLabel("Brand-new cohort");
367
sd.getCohorts().add(newCohort);
368
369
StudyDefinition.Timepoint removedTp = sd.getTimepoints().remove(0);
0 commit comments