Skip to content

Commit dac1a24

Browse files
committed
修改格式
1 parent 90ff96b commit dac1a24

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

framework/fit/java/fit-util/src/test/java/modelengine/fitframework/util/i18n/LocaleContextHolderTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ void tearDown() {
3131
@Nested
3232
@DisplayName("Test method: setLocaleContext and getLocaleContext")
3333
class TestSetAndGetLocaleContext {
34-
3534
@Test
3635
@DisplayName("Given locale context with zh_CN then return the same locale context")
3736
void givenLocaleContextWithZhCNThenReturnSameLocaleContext() {
@@ -59,7 +58,6 @@ void givenNullLocaleContextThenReturnNull() {
5958
@Nested
6059
@DisplayName("Test method: getLocale")
6160
class TestGetLocale {
62-
6361
@Test
6462
@DisplayName("Given locale context with zh_CN then return zh_CN locale")
6563
void givenLocaleContextWithZhCNThenReturnZhCNLocale() {
@@ -87,7 +85,6 @@ void givenNoLocaleContextThenReturnNull() {
8785
@Nested
8886
@DisplayName("Test method: clear")
8987
class TestClear {
90-
9188
@Test
9289
@DisplayName("Given existing locale context then clear it")
9390
void givenExistingLocaleContextThenClearIt() {

framework/fit/java/fit-util/src/test/java/modelengine/fitframework/util/i18n/LocaleContextTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ public class LocaleContextTest {
2525
@Nested
2626
@DisplayName("Test method: constructor and getLocale()")
2727
class TestConstructorAndGetLocale {
28-
2928
@Test
3029
@DisplayName("Given locale is zh_CN then return the same locale")
3130
void givenZhCNThenReturnSameLocale() {

0 commit comments

Comments
 (0)