|
@@ -7,7 +7,7 @@ import (
|
|
|
// Test that we can successfully read an XLSX file generated by
|
|
// Test that we can successfully read an XLSX file generated by
|
|
|
// Numbers for Mac.
|
|
// Numbers for Mac.
|
|
|
func TestMacNumbers(t *testing.T) {
|
|
func TestMacNumbers(t *testing.T) {
|
|
|
- xlsxFile, error := OpenFile("MacNumbersTest.xlsx")
|
|
|
|
|
|
|
+ xlsxFile, error := OpenFile("macNumbersTest.xlsx")
|
|
|
if error != nil {
|
|
if error != nil {
|
|
|
t.Error(error.Error())
|
|
t.Error(error.Error())
|
|
|
return
|
|
return
|