summaryrefslogtreecommitdiff
path: root/adjust_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'adjust_test.go')
-rw-r--r--adjust_test.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/adjust_test.go b/adjust_test.go
index a3e73ab..010955c 100644
--- a/adjust_test.go
+++ b/adjust_test.go
@@ -47,6 +47,15 @@ func TestAdjustMergeCells(t *testing.T) {
},
},
}, columns, 1, -1))
+ assert.NoError(t, f.adjustMergeCells(&xlsxWorksheet{
+ MergeCells: &xlsxMergeCells{
+ Cells: []*xlsxMergeCell{
+ {
+ Ref: "A2",
+ },
+ },
+ },
+ }, columns, 1, -1))
// testing adjustMergeCells
var cases []struct {