Skip to content

Commit d001dad

Browse files
authored
BiologicsReportTest fix for export PDF title replacement of WIDE_CHAR with ## in labels (#2564)
1 parent b59c356 commit d001dad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/org/labkey/test/util/TestDataGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
*/
7171
public class TestDataGenerator
7272
{
73-
private static final String WIDE_CHAR = "\uD83D\uDC7E"; // 👾
73+
public static final String WIDE_CHAR = "\uD83D\uDC7E"; // 👾
7474
private static final char WIDE_PLACEHOLDER = '\u03A0'; // 'Π' - Wide character can't be picked from the string with 'charAt'
7575
private static final String NON_LATIN_STRING = "\u0438\uC548\u306F"; // "и안は"
7676
// chose a Character random from this String

0 commit comments

Comments
 (0)