mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-07 13:28:12 +00:00
Fix incorrect locale format in test
This commit is contained in:
parent
fb6f237d23
commit
c3b89f7808
@ -23,7 +23,7 @@ class InstanceValidatorTests {
|
||||
@Test
|
||||
public void testCheckCodeOnServerNoStackLocale() throws InstanceValidator.CheckCodeOnServerException {
|
||||
NodeStack stack =mock(NodeStack.class);
|
||||
testCheckCodeOnServer(stack, "ko_KR");
|
||||
testCheckCodeOnServer(stack, "ko-KR");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Loading…
x
Reference in New Issue
Block a user