瀏覽代碼

Update stream_test.go

DamianSzkuat 6 年之前
父節點
當前提交
027f5cdef4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      stream_test.go

+ 1 - 1
stream_test.go

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