From 2514bb16c682679485dfb5298e1a5797b97bdcd7 Mon Sep 17 00:00:00 2001 From: xuri Date: Tue, 10 Nov 2020 23:48:09 +0800 Subject: Fix #724, standardize variable naming and update unit tests --- excelize_test.go | 8 -------- 1 file changed, 8 deletions(-) (limited to 'excelize_test.go') 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")) -- cgit v1.2.1