DamianSzkuat 6 anos atrás
pai
commit
08f792327d
2 arquivos alterados com 1 adições e 15 exclusões
  1. 1 0
      .gitignore
  2. 0 15
      stream_test.go

+ 1 - 0
.gitignore

@@ -3,3 +3,4 @@
 xlsx.test
 *.swp
 coverage.txt
+.idea

+ 0 - 15
stream_test.go

@@ -36,21 +36,6 @@ func (s *StreamSuite) TestXlsxStreamWrite(t *C) {
 		headerTypes   [][]*CellType
 		expectedError error
 	}{
-		{
-			testName: "Date Row",
-			sheetNames: []string{
-				"Sheet1",
-			},
-			workbookData: [][][]string{
-				{
-					{"1", "25"},
-					{"123", "098"},
-				},
-			},
-			headerTypes: [][]*CellType{
-				{CellTypeDate.Ptr(), CellTypeDate.Ptr()},
-			},
-		},
 		{
 			testName: "One Sheet",
 			sheetNames: []string{