Skip to content

Commit 9a81698

Browse files
Modify TestClass
1 parent 583ee2b commit 9a81698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsl-report/src/test/java/com/danimaniarqsoft/report/dsl/WorkbookDslTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public void workbookMapSourceTest(List<Map<String, Object>> datasource) throws I
2828
workbook.write(fileOut);
2929

3030
} catch (Exception e) {
31-
LOG.error("Ocurrio un error", e);
31+
LOG.error("Ocurrio un error", e);
3232
}
3333
}
3434

0 commit comments

Comments
 (0)