Bläddra i källkod

Update stream_test.go

DamianSzkuat 7 år sedan
förälder
incheckning
027f5cdef4
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      stream_test.go

+ 1 - 1
stream_test.go

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