Commit fc8ba457 authored by Noel Alonso's avatar Noel Alonso
Browse files

Adapta test por cambio en traducciones

parent ddb6447c
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ public class ExceptionsTranslationTest {
	}

	@Test
	public void getRussianLanguageMessage_returnDefaultI18nMessage_WhenI18nFileNotExist() {
	public void getRussianLanguageMessage_returnCode_WhenI18nFileNotExist() {

		try {
			repository.findById("1");
@@ -120,7 +120,7 @@ public class ExceptionsTranslationTest {

			String mess = messageSource.getMessage(code, fields, new Locale("ru", "RU"));

			Assert.assertEquals(getMessage(code, fields, resourcePathSpanish), mess);
			Assert.assertEquals(code, mess);
		}
	}