From 90bdd3632f16244583525e580fa3edd42361db68 Mon Sep 17 00:00:00 2001 From: xuri Date: Thu, 18 Oct 2018 10:23:08 +0800 Subject: Fix the issue caused by missing tradition to strict conversion for `sharedStringsReader()`, relate issue #276 --- excelize_test.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'excelize_test.go') 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) { -- cgit v1.2.1