Skip to content

Commit 4c49e5c

Browse files
committed
Rename testNamedColorsExist to testNamedColors
1 parent e20e890 commit 4c49e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

poi/src/test/java/org/apache/poi/ss/format/TestCellFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@ void testBug62865() {
10421042
}
10431043

10441044
@Test
1045-
void testNamedColorsExist() {
1045+
void testNamedColors() {
10461046
// Make sure we have all standard named colors defined
10471047
// and are returned as non-null regardless of case
10481048
Stream.of("black", "white", "red", "green", "blue", "yellow", "magenta", "cyan",

0 commit comments

Comments
 (0)