Преглед изворни кода

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
 // 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