Skip to content

Commit 026219c

Browse files
committed
Fix build
1 parent 7af583d commit 026219c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/groovy/com/jameskleeh/excel/CellStyleBuilderSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ class CellStyleBuilderSpec extends Specification {
601601
XSSFCell testCell2
602602
XSSFCell testCell3
603603
XSSFCell testCell4
604-
ExcelBuilder.output(new FileOutputStream('/Users/jameskleeh/test.xlsx')) {
604+
ExcelBuilder.build {
605605
sheet {
606606
defaultStyle([border: BorderStyle.MEDIUM])
607607
row {

0 commit comments

Comments
 (0)