Skip to content

Commit

Permalink
feat: OB-8353
Browse files Browse the repository at this point in the history
* Add space between the method name and "{"
  • Loading branch information
Leandro13Silva13 committed Jan 18, 2024
1 parent 1c0b211 commit 12d1ef5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ void fetchDefaultTranslations_Should_FetchTranlsationsForEnglish() {
}

@Test
void fetchDefaultTranslations_Should_fetchExternalTranslationsForFormalIfDialectNullGerman_When_useCustomResourcesPath_is_true(){
void fetchDefaultTranslations_Should_fetchExternalTranslationsForFormalIfDialectNullGerman_When_useCustomResourcesPath_is_true() {

ReflectionTestUtils.setField(defaultTranslationsService, USE_CUSTOM_RESOURCES_PATH_FIELD_NAME, true);

Expand All @@ -77,7 +77,7 @@ void fetchDefaultTranslations_Should_fetchExternalTranslationsForFormalIfDialect
}

@Test
void fetchDefaultTranslations_Should_fetchExternalTranslationsForEnglish_When_useCustomResourcesPath_is_true(){
void fetchDefaultTranslations_Should_fetchExternalTranslationsForEnglish_When_useCustomResourcesPath_is_true() {

ReflectionTestUtils.setField(defaultTranslationsService, USE_CUSTOM_RESOURCES_PATH_FIELD_NAME, true);

Expand All @@ -90,7 +90,7 @@ void fetchDefaultTranslations_Should_fetchExternalTranslationsForEnglish_When_us
}

@Test
void fetchDefaultTranslations_Should_fetchExternalTranslationsForInformalGerman_When_useCustomResourcesPath_is_true(){
void fetchDefaultTranslations_Should_fetchExternalTranslationsForInformalGerman_When_useCustomResourcesPath_is_true() {

ReflectionTestUtils.setField(defaultTranslationsService, USE_CUSTOM_RESOURCES_PATH_FIELD_NAME, true);

Expand Down

0 comments on commit 12d1ef5

Please sign in to comment.