Private
Public Access
1
0

changed tests to use NoTokenError

This commit is contained in:
Sander Roosendaal
2018-06-26 13:15:31 +02:00
parent 55dd757823
commit bc173cbd9a

View File

@@ -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):