summaryrefslogtreecommitdiff
path: root/obnamlib/repo_interface.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-06-05 11:29:08 +0100
committerLars Wirzenius <liw@liw.fi>2014-06-05 11:29:08 +0100
commit3355fcb524de0203b7dbb75413810487b44f8c37 (patch)
treeb1e04534e9417e4cc58ec0ae29b822ddb70ad0b0 /obnamlib/repo_interface.py
parentb3993b5b4d19063a0d46a95c055d1a627e19c689 (diff)
downloadobnam-3355fcb524de0203b7dbb75413810487b44f8c37.tar.gz
Shorten long lines
Diffstat (limited to 'obnamlib/repo_interface.py')
-rw-r--r--obnamlib/repo_interface.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/obnamlib/repo_interface.py b/obnamlib/repo_interface.py
index 614c1c5d..f41f6114 100644
--- a/obnamlib/repo_interface.py
+++ b/obnamlib/repo_interface.py
@@ -1938,7 +1938,7 @@ class RepositoryInterfaceTests(unittest.TestCase): # pragma: no cover
obnamlib.RepositoryChunkIndexesNotLocked,
self.repo.remove_chunk_from_indexes, chunk_id, 'fooclient')
- def test_removing_chunk_from_indexes_for_all_clients_without_locking_them_fails(self):
+ def test_removing_chunk_from_all_clients_without_locking_them_fails(self):
self.setup_client()
chunk_id = self.repo.put_chunk_content('foochunk')
self.repo.lock_chunk_indexes()