diff options
author | stepshal <nessento@openmailbox.org> | 2016-06-16 17:44:13 +0700 |
---|---|---|
committer | stepshal <nessento@openmailbox.org> | 2016-06-16 17:44:13 +0700 |
commit | dded3cb8862d91bf20c5f8e4a4dd37b108c7b8ab (patch) | |
tree | 9a98e0e6ebcbe543179759155996cf249c9e03ed /tests | |
parent | 7c760ac0256aa1d27433e8f410ae014be2da2334 (diff) | |
download | ranger-dded3cb8862d91bf20c5f8e4a4dd37b108c7b8ab.tar.gz |
Add one blank line where is expected
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ranger/container/test_bookmarks.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ranger/container/test_bookmarks.py b/tests/ranger/container/test_bookmarks.py index 46c615c6..af8aab23 100644 --- a/tests/ranger/container/test_bookmarks.py +++ b/tests/ranger/container/test_bookmarks.py @@ -36,8 +36,10 @@ def testbookmarks(tmpdir): # We don't uneccesary update when the file on disk does not change origupdate = secondstore.update + class OutOfDateException(Exception): pass + def crash(): raise OutOfDateException("Don't access me") secondstore.update = crash |