summaryrefslogtreecommitdiff
path: root/file_test.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2020-11-10 23:48:09 +0800
committerxuri <xuri.me@gmail.com>2020-11-11 01:03:56 +0800
commit2514bb16c682679485dfb5298e1a5797b97bdcd7 (patch)
treea53f0e7de3fa76b6462e2016e9a734cbd46b3a42 /file_test.go
parent5dd0b4aec2931079e064f1fb393b034ce4934540 (diff)
Fix #724, standardize variable naming and update unit tests
Diffstat (limited to 'file_test.go')
-rw-r--r--file_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/file_test.go b/file_test.go
index 9fc120c..0f979b8 100644
--- a/file_test.go
+++ b/file_test.go
@@ -24,7 +24,7 @@ func BenchmarkWrite(b *testing.B) {
}
}
}
- // Save xlsx file by the given path.
+ // Save spreadsheet by the given path.
err := f.SaveAs("./test.xlsx")
if err != nil {
b.Error(err)