Explorar el Código

Update stream_test.go

DamianSzkuat hace 6 años
padre
commit
027f5cdef4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      stream_test.go

+ 1 - 1
stream_test.go

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