diff options
author | xuri <xuri.me@gmail.com> | 2019-04-16 10:57:21 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2019-04-16 10:57:21 +0800 |
commit | a88459d5f1e83006ba421f334a1513d1c231eb6b (patch) | |
tree | 49322fadda8f3024c6b5a3ea63e3326351224836 /styles_test.go | |
parent | f2df344739146189a1dea7cfb81239231af5135b (diff) |
add unit tests to functions
Diffstat (limited to 'styles_test.go')
-rw-r--r-- | styles_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/styles_test.go b/styles_test.go index b6f6042..54321bb 100644 --- a/styles_test.go +++ b/styles_test.go @@ -23,8 +23,6 @@ func TestStyleFill(t *testing.T) { for _, testCase := range cases { xl := NewFile() - const sheet = "Sheet1" - styleID, err := xl.NewStyle(testCase.format) if err != nil { t.Fatalf("%v", err) |