mirror of
https://github.com/wassname/catalyst.git
synced 2026-09-12 12:12:04 +08:00
fixes per code review
This commit is contained in:
@@ -46,8 +46,8 @@ class ExceptionTestCase(TestCase):
|
||||
output, _ = drain_zipline(self, zipline)
|
||||
|
||||
self.assertEqual(
|
||||
ctx.exception.message,
|
||||
'integer division or modulo by zero'
|
||||
ctx.exception.message,
|
||||
'integer division or modulo by zero'
|
||||
)
|
||||
|
||||
|
||||
@@ -149,6 +149,6 @@ class ExceptionTestCase(TestCase):
|
||||
output, _ = drain_zipline(self, zipline)
|
||||
|
||||
self.assertEqual(
|
||||
ctx.exception.message,
|
||||
'Too much time spent in handle_data call'
|
||||
)
|
||||
ctx.exception.message,
|
||||
'Too much time spent in handle_data call'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user