diff options
author | hut <hut@lavabit.com> | 2009-12-29 00:26:58 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-12-29 00:26:58 +0100 |
commit | e3e37e3f8cd737585799429e09159bc4dbf330c8 (patch) | |
tree | 27e4bc8ec428f3b3359076c78eb77cdd9ffc4c8b /test | |
parent | 3e092587bbcd5d8123a323884cb03b54747005e4 (diff) | |
download | ranger-e3e37e3f8cd737585799429e09159bc4dbf330c8.tar.gz |
updated test
Diffstat (limited to 'test')
-rw-r--r-- | test/tc_displayable.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/tc_displayable.py b/test/tc_displayable.py index 01be0c9c..3acf338b 100644 --- a/test/tc_displayable.py +++ b/test/tc_displayable.py @@ -27,8 +27,8 @@ class TestDisplayable(unittest.TestCase): # Using a color method implies change of window attributes disp = self.disp - self.win.chgat = raise_ok - self.win.attrset = raise_ok + disp.win.chgat = raise_ok + disp.win.attrset = raise_ok self.assertRaises(OK, disp.color, 'a', 'b') self.assertRaises(OK, disp.color_at, 0, 0, 0, 'a', 'b') |