Browse Source

Correct stream test

DamianSzkuat 6 years ago
parent
commit
57ac3db4d2
2 changed files with 2 additions and 1 deletions
  1. 1 0
      .gitignore
  2. 1 1
      stream_test.go

+ 1 - 0
.gitignore

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

+ 1 - 1
stream_test.go

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