From f884841082d15a4ac5d0b198872d0edc0992b8ab Mon Sep 17 00:00:00 2001 From: Sean Lynch Date: Sun, 20 Jan 2013 23:45:31 -0500 Subject: [PATCH] Fix test name (TabLib->Clint) --- test_clint.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_clint.py b/test_clint.py index 5bdeda2..cd6c349 100755 --- a/test_clint.py +++ b/test_clint.py @@ -6,8 +6,8 @@ import unittest -class TablibTestCase(unittest.TestCase): - """Tablib test cases.""" +class ClintTestCase(unittest.TestCase): + """Clint test cases.""" def setUp(self): import clint