Browse Source

Update stream_test.go

DamianSzkuat 6 years ago
parent
commit
292354f3b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      stream_test.go

+ 1 - 1
stream_test.go

@@ -11,7 +11,7 @@ import (
 )
 
 const (
-	TestsShouldMakeRealFiles = true
+	TestsShouldMakeRealFiles = false
 )
 
 type StreamSuite struct{}