diff options
author | hut <hut@lavabit.com> | 2009-12-13 16:23:01 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-12-13 16:23:01 +0100 |
commit | 4c05e43d11430fbfd8a5d86ae0070e24775251b1 (patch) | |
tree | 1b7f269e3e1c025a06b08ca2396eaa9f228c3732 /test/tc_history.py | |
parent | f2d8598d2b0ce36a8f275800cd2d0164ec672abb (diff) | |
download | ranger-4c05e43d11430fbfd8a5d86ae0070e24775251b1.tar.gz |
clean ups, comments
Diffstat (limited to 'test/tc_history.py')
-rw-r--r-- | test/tc_history.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tc_history.py b/test/tc_history.py index ad340992..e3377532 100644 --- a/test/tc_history.py +++ b/test/tc_history.py @@ -5,7 +5,7 @@ from unittest import TestCase, main import unittest class Test(TestCase): - def test_everything(self): + def test_history(self): hist = History(3) for i in range(6): hist.add(i) |