瀏覽代碼

Correct stream test

DamianSzkuat 6 年之前
父節點
當前提交
57ac3db4d2
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 0
      .gitignore
  2. 1 1
      stream_test.go

+ 1 - 0
.gitignore

@@ -1,4 +1,5 @@
 .vscode
+.idea
 .DS_Store
 xlsx.test
 *.swp

+ 1 - 1
stream_test.go

@@ -16,7 +16,7 @@ const (
 
 type StreamSuite struct{}
 
-var _ = Suite(&SheetSuite{})
+var _ = Suite(&StreamSuite{})
 
 func (s *StreamSuite) TestTestsShouldMakeRealFilesShouldBeFalse(t *C) {
 	if TestsShouldMakeRealFiles {