diff options
Diffstat (limited to 'col_test.go')
-rw-r--r-- | col_test.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/col_test.go b/col_test.go index 02c5ca2..532f428 100644 --- a/col_test.go +++ b/col_test.go @@ -362,3 +362,7 @@ func TestRemoveCol(t *testing.T) { assert.NoError(t, f.SaveAs(filepath.Join("test", "TestRemoveCol.xlsx"))) } + +func TestConvertColWidthToPixels(t *testing.T) { + assert.Equal(t, -11.0, convertColWidthToPixels(-1)) +} |