diff options
author | xuri <xuri.me@gmail.com> | 2019-06-05 22:06:15 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2019-06-05 22:06:15 +0800 |
commit | cff16fa8118291fd885f3f3f75fa07e28bba5eec (patch) | |
tree | d9f40d1d142fff835df50f0011020cbb1a00ad76 /excelize_test.go | |
parent | db99373b25a3f5c986d8f7d26ec983853574a17d (diff) |
- Supplemental worksheet struct fields and field order adjustment
- Testing case for set and get doc properties
- Update charts struct XML tags
Diffstat (limited to 'excelize_test.go')
-rw-r--r-- | excelize_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/excelize_test.go b/excelize_test.go index 85df09b..1a3dde6 100644 --- a/excelize_test.go +++ b/excelize_test.go @@ -192,7 +192,7 @@ func TestBrokenFile(t *testing.T) { t.Run("SaveAsEmptyStruct", func(t *testing.T) { // Test write file with broken file struct with given path. - assert.NoError(t, f.SaveAs(filepath.Join("test", "TestBrokenFile.SaveAsEmptyStruct.xlsx"))) + assert.NoError(t, f.SaveAs(filepath.Join("test", "BrokenFile.SaveAsEmptyStruct.xlsx"))) }) t.Run("OpenBadWorkbook", func(t *testing.T) { |