changed tests to use NoTokenError
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user