Merge pull request #13284 from izeye:patch-49
* pr/13284: Fix a wrong issue reference
This commit is contained in:
@@ -92,7 +92,7 @@ public class OriginTrackedPropertiesLoaderTests {
|
||||
|
||||
@Test
|
||||
public void getMalformedUnicodeProperty() throws Exception {
|
||||
// gh-2716
|
||||
// gh-12716
|
||||
this.thrown.expect(IllegalStateException.class);
|
||||
this.thrown.expectMessage("Malformed \\uxxxx encoding");
|
||||
new OriginTrackedPropertiesLoader(new ClassPathResource(
|
||||
|
||||
Reference in New Issue
Block a user