Skip to content

Commit

Permalink
Update SampleHumanServiceTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzy11 authored Dec 16, 2024
1 parent 23da9b0 commit 2462b13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class SampleHumanServiceTest extends BaseWebContextSensitiveTest {
private static final String SAMPLE_ACCESSION_NUMBER = "12345";
private static final String PATIENT_GENDER = "M";
private static final String SAMPLE_RECEIVED_TIMESTAMP = "012/06/2024";
private static final String PROVIDER_TYPE = "Physic";
private static final String PROVIDER_TYPE = "P";
private static final String SAMPLE_ENTERED_DATE = "2024-06-03";

@Before
Expand Down

0 comments on commit 2462b13

Please sign in to comment.