From be19f414aea68defe5a84b48c6eaffcabcb5b63e Mon Sep 17 00:00:00 2001 From: benoitc Date: Mon, 20 Feb 2012 11:23:58 +0100 Subject: [PATCH] close #294 . Thanks for the patch --- tests/treq.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/treq.py b/tests/treq.py index 8aeebcb8..7aad17a6 100644 --- a/tests/treq.py +++ b/tests/treq.py @@ -98,7 +98,7 @@ class request(object): return 1 def size_small_random(self): - return random.randint(0, 4) + return random.randint(1, 4) def size_random(self): return random.randint(1, 4096)