summaryrefslogtreecommitdiff
path: root/excelize_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'excelize_test.go')
-rw-r--r--excelize_test.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/excelize_test.go b/excelize_test.go
index d838a1f..1b48872 100644
--- a/excelize_test.go
+++ b/excelize_test.go
@@ -21,14 +21,6 @@ import (
"github.com/stretchr/testify/assert"
)
-func TestCurrency(t *testing.T) {
- f, err := OpenFile(filepath.Join("test", "Book1.xlsx"))
- assert.NoError(t, err)
- // f.NewSheet("Sheet3")
- go f.SetCellValue("Sheet1", "A1", "value")
- go f.SetCellValue("Sheet2", "A1", "value")
-}
-
func TestOpenFile(t *testing.T) {
// Test update the spreadsheet file.
f, err := OpenFile(filepath.Join("test", "Book1.xlsx"))