summaryrefslogtreecommitdiff
path: root/rows_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'rows_test.go')
-rw-r--r--rows_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/rows_test.go b/rows_test.go
index fd7196d..14537eb 100644
--- a/rows_test.go
+++ b/rows_test.go
@@ -169,6 +169,8 @@ func TestSharedStringsReader(t *testing.T) {
f := NewFile()
f.XLSX["xl/sharedStrings.xml"] = MacintoshCyrillicCharset
f.sharedStringsReader()
+ si := xlsxSI{}
+ assert.EqualValues(t, "", si.String())
}
func TestRowVisibility(t *testing.T) {