diff options
| author | xuri <xuri.me@gmail.com> | 2018-10-18 10:23:08 +0800 |
|---|---|---|
| committer | xuri <xuri.me@gmail.com> | 2018-10-18 10:23:08 +0800 |
| commit | 90bdd3632f16244583525e580fa3edd42361db68 (patch) | |
| tree | b54f4ebcc38400852390a05f563f06a7fd491a1c /excelize_test.go | |
| parent | 1c45425f12f38012b975c36f4d17bd1cec3c0aba (diff) | |
Fix the issue caused by missing tradition to strict conversion for `sharedStringsReader()`, relate issue #276
Diffstat (limited to 'excelize_test.go')
| -rw-r--r-- | excelize_test.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/excelize_test.go b/excelize_test.go index b24e45b..9f738f3 100644 --- a/excelize_test.go +++ b/excelize_test.go @@ -135,10 +135,6 @@ func TestOpenFile(t *testing.T) { if err != nil { t.Log(err) } - _, err = xlsx.WriteToBuffer() - if err != nil { - t.Error(err) - } } func TestAddPicture(t *testing.T) { |
