Sfoglia il codice sorgente

Update stream_test.go

DamianSzkuat 6 anni fa
parent
commit
027f5cdef4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      stream_test.go

+ 1 - 1
stream_test.go

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