浏览代码

Fix capitalisation of "macNumbersTest.xlsx" in the code, in order to make tests pass.

Geoffrey J. Teale 12 年之前
父节点
当前提交
9e43d50065
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      macNumbers_test.go

+ 1 - 1
macNumbers_test.go

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