Skip to content

Commit 116bc4f

Browse files
Cover the code handing a 2nd call of accessor.finish()
Signed-off-by: Bernhard Kaindl <bernhard.kaindl@cloud.com>
1 parent 3822af2 commit 116bc4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_accessor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def check_repo_access(self, a):
3535
self.assertFalse(a.access('no_such_file'))
3636
self.assertEqual(a.lastError, 404)
3737
a.finish()
38+
a.finish() # Cover the code handing a 2nd call of accessor.finish()
3839

3940
def test_filesystem_accessor_access(self):
4041
"""Test FilesystemAccessor.access()"""

0 commit comments

Comments
 (0)