Skip to content

Commit 052d3e7

Browse files
committed
[SPR-8718] now using correct JIRA ID in the comments.
1 parent f752b47 commit 052d3e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

org.springframework.context/src/test/java/org/springframework/format/number/NumberFormattingTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ public void tearDown() {
6969
LocaleContextHolder.setLocale(null);
7070
}
7171

72-
// TODO [SPR-8178] determine why changes to GenericConversionService broke this test
73-
@Ignore("Disabled until SPR-8178 is resolved")
72+
// TODO [SPR-8718] determine why changes to GenericConversionService broke this test
73+
@Ignore("Disabled until SPR-8718 is resolved")
7474
@Test
7575
public void testDefaultNumberFormatting() {
7676
MutablePropertyValues propertyValues = new MutablePropertyValues();

0 commit comments

Comments
 (0)