aboutsummaryrefslogtreecommitdiffstats
path: root/reader/reader_test.go
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2019-11-18 13:49:42 +0000
committerMatthew Lemon <lemon@matthewlemon.com>2019-11-18 13:49:42 +0000
commit96d8cdf6fbe892a3e97040d0bc282b2dab80d081 (patch)
tree903c131c59ad8e1037c00aa19d61f27fffd380d1 /reader/reader_test.go
parent0727419815d48f6bb292a25030fea35c508cc078 (diff)
fixed test
Diffstat (limited to 'reader/reader_test.go')
-rw-r--r--reader/reader_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/reader/reader_test.go b/reader/reader_test.go
index da66deb..833dd07 100644
--- a/reader/reader_test.go
+++ b/reader/reader_test.go
@@ -100,7 +100,7 @@ func TestReadXLSX(t *testing.T) {
sheet, cellref, val string
}{
{"Summary", "A2", "Date:"},
- {"Summary", "IG10", "Botticelli"},
+ {"Summary", "IG10", "botticelli"},
{"Another Sheet", "F5", "4.2"},
{"Another Sheet", "J22", "18"},
}