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…
Reference in New Issue