summaryrefslogtreecommitdiff
path: root/stream_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'stream_test.go')
-rw-r--r--stream_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream_test.go b/stream_test.go
index d81b1d4..4f1812e 100644
--- a/stream_test.go
+++ b/stream_test.go
@@ -69,7 +69,7 @@ func TestStreamWriter(t *testing.T) {
}
assert.NoError(t, streamWriter.Flush())
- // Save xlsx file by the given path.
+ // Save spreadsheet by the given path.
assert.NoError(t, file.SaveAs(filepath.Join("test", "TestStreamWriter.xlsx")))
// Test close temporary file error.