diff --git a/rowers/tests.py b/rowers/tests.py index f39d983a..bbdcc5ef 100644 --- a/rowers/tests.py +++ b/rowers/tests.py @@ -424,7 +424,7 @@ class C2Tests(TestCase): def c2_notokentest(self): thetoken = c2_open(self.u) - # should raise C2NoTokenError + # should raise NoTokenError self.assertRaises(NoTokenError) class DataTest(TestCase):