From 66bb01306e8f0869436a2dee95e6dbba0c470bc4 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 30 Sep 2019 14:22:49 +0200 Subject: remove previously added debug code from test_doc.py --- git/test/test_docs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/test/test_docs.py') diff --git a/git/test/test_docs.py b/git/test/test_docs.py index f0932716..c14f5ff3 100644 --- a/git/test/test_docs.py +++ b/git/test/test_docs.py @@ -104,7 +104,7 @@ class Tutorials(TestBase): # Object handling # [11-test_init_repo_object] - assert now.commit.message != past.commit.message, now.commit.message + assert now.commit.message != past.commit.message # You can read objects directly through binary streams, no working tree required assert (now.commit.tree / 'VERSION').data_stream.read().decode('ascii').startswith('3') -- cgit v1.2.1