Skip to content

Commit

Permalink
CLDR-15817 Change variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
haytenf authored Sep 9, 2024
1 parent 5764b0f commit 0277f23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2110,7 +2110,7 @@ public void TestRefactoring() {
ExampleGeneratorOld exampleGeneratorOld =
new ExampleGeneratorOld(resolvedCldrFile, info.getEnglish());
for (String path : unresolvedCldrFile) {
if (isValidPath(path, locale)) {
if (isValidPath(path, loc)) {
String value = unresolvedCldrFile.getStringValue(path);
String oldExample = exampleGeneratorOld.getExampleHtml(path, value);
String newExample = exampleGenerator.getExampleHtml(path, value);
Expand Down

0 comments on commit 0277f23

Please sign in to comment.