From b5278c514068f469f2fca7638ef1e1b27556a37a Mon Sep 17 00:00:00 2001 From: Florian Apolloner Date: Sun, 1 Jun 2008 01:32:33 +0200 Subject: fixed the buffer test. --- test/git/test_git.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/git/test_git.py') diff --git a/test/git/test_git.py b/test/git/test_git.py index d11bd661..8b302b7f 100644 --- a/test/git/test_git.py +++ b/test/git/test_git.py @@ -54,4 +54,4 @@ class TestGit(object): def test_it_handles_large_input(self): output = self.git.execute(["cat", "/bin/bash"]) - assert( len(output) > 4096 * 1024 ) # at least 4k + assert(len(output) > 4096) # at least 4k -- cgit v1.2.1