diff options
author | hut <hut@lepus.uberspace.de> | 2016-06-21 01:20:04 +0200 |
---|---|---|
committer | hut <hut@lepus.uberspace.de> | 2016-06-21 01:20:04 +0200 |
commit | 4611c89243cafee9fc81af11e1a3e96be3d61bd4 (patch) | |
tree | 08381bd499e3e994cc30c87833f97e88df17730d /tests | |
parent | 92855e6d1179c425a5d70a5c7235027e2350753b (diff) | |
parent | 2278fa73c65dffda46b232c1cc1ff274ffbd7384 (diff) | |
download | ranger-4611c89243cafee9fc81af11e1a3e96be3d61bd4.tar.gz |
Merge branch 'whitespace' of https://github.com/stepshal/ranger
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ranger/container/test_bookmarks.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ranger/container/test_bookmarks.py b/tests/ranger/container/test_bookmarks.py index cfaf3ba1..2c0f78bd 100644 --- a/tests/ranger/container/test_bookmarks.py +++ b/tests/ranger/container/test_bookmarks.py @@ -37,10 +37,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 |