From 4588efd0e086a240f3e1c826be63a2bd30eedf36 Mon Sep 17 00:00:00 2001 From: sroet Date: Tue, 14 Sep 2021 14:00:30 +0200 Subject: [PATCH] two spaces before comments --- test/test_remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_remote.py b/test/test_remote.py index 9fe649ad7..4b06a88ac 100644 --- a/test/test_remote.py +++ b/test/test_remote.py @@ -658,7 +658,7 @@ def test_push_error(self, repo): class TestTimeouts(TestBase): @with_rw_repo('HEAD', bare=False) def test_timeout_funcs(self, repo): - for function in ["pull"]: #"can't get fetch and push to reliably timeout + for function in ["pull"]: # can't get fetch and push to reliably timeout f = getattr(repo.remotes.origin, function) assert f is not None # Make sure these functions exist _ = f() # Make sure the function runs