summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_hotshot.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_hotshot.py')
-rw-r--r--Lib/test/test_hotshot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_hotshot.py b/Lib/test/test_hotshot.py
index 5480257..e0d88f7 100644
--- a/Lib/test/test_hotshot.py
+++ b/Lib/test/test_hotshot.py
@@ -77,7 +77,7 @@ class HotShotTestCase(unittest.TestCase):
log = self.get_logreader()
info = log._info
list(log)
- self.failUnless(info["test-key"] == ["test-value"])
+ self.assertEqual(info["test-key"], ["test-value"])
def test_line_numbers(self):
def f():