Fixing test

This commit is contained in:
Ryan Baxter
2019-03-25 20:09:14 -04:00
parent 75faca6c17
commit fff4975c1e

View File

@@ -49,7 +49,7 @@ public class FeignClientValidationTests {
@Test
public void testNameAndValue() {
this.expected.expectMessage("only one is permitted");
this.expected.expectMessage("Different @AliasFor mirror values");
new AnnotationConfigApplicationContext(NameAndValueConfiguration.class);
}