summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsroet <sanderroet@hotmail.com>2021-09-14 14:00:30 +0200
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-09-18 09:26:28 +0800
commit4588efd0e086a240f3e1c826be63a2bd30eedf36 (patch)
treee88599963ede198ae058d6a51f64fd0bbea92515
parente95ee636504a42bd5d8c83314a676253a2de9ad6 (diff)
downloadgitpython-4588efd0e086a240f3e1c826be63a2bd30eedf36.tar.gz
two spaces before comments
-rw-r--r--test/test_remote.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_remote.py b/test/test_remote.py
index 9fe649ad..4b06a88a 100644
--- a/test/test_remote.py
+++ b/test/test_remote.py
@@ -658,7 +658,7 @@ class TestRemote(TestBase):
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