Commit 1502896d authored by Noel Alonso's avatar Noel Alonso
Browse files

Adapta test por cambio en traducciones

parent 6ea64ef8
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ public class ExceptionsTranslationTest {
	}

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

		try {
			repository.findById("1");
@@ -112,7 +112,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);
		}
	}