Skip to content

Commit 1722860

Browse files
authored
CLDR-18294 Fix known issue to reference future ticket (#4370)
1 parent 51eb1ff commit 1722860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/cldr-code/src/test/java/org/unicode/cldr/unittest/TestCheckCLDR.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ private void checkNullWithInheritanceMark(String locale) {
509509
assertNotNull(locale + " " + path, resolved.getStringValue(path));
510510
break;
511511
default:
512-
if (!logKnownIssue("CLDR-18294", "Null with inheritance mark")) {
512+
if (!logKnownIssue("CLDR-18309", "Null with inheritance mark")) {
513513
errln("Null with inheritance mark:\t" + locale + "\t" + path);
514514
}
515515
}

0 commit comments

Comments
 (0)