Skip to content

Commit 92aa3fa

Browse files
committed
fix ExcelUtilsTest
1 parent 52640a6 commit 92aa3fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-email/src/test/java/org/apache/dolphinscheduler/plugin/alert/email

dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-email/src/test/java/org/apache/dolphinscheduler/plugin/alert/email/ExcelUtilsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public void testSetCellValueWithSplit_Number() {
142142
throw new RuntimeException(e);
143143
}
144144

145-
Double value = 123.45;
145+
Double value = 123.45; // test double value
146146
int nextCol = ExcelUtils.setCellValueWithSplit(row, 0, cellStyle, value);
147147

148148
assertEquals(1, nextCol);

0 commit comments

Comments
 (0)