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 --- stream_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream_test.go') 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. -- cgit v1.2.1