Browse Source

Update stream_test.go

DamianSzkuat 6 năm trước cách đây
mục cha
commit
027f5cdef4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      stream_test.go

+ 1 - 1
stream_test.go

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