Show More
@@ -220,8 +220,7 b' class AsyncTest(TestCase):' | |||
|
220 | 220 | nested_case = nest_case(context, test_case) |
|
221 | 221 | |
|
222 | 222 | for val, async_safe in vals: |
|
223 |
val_should_fail = |
|
|
224 | (async_func and not async_safe)) | |
|
223 | val_should_fail = should_fail | |
|
225 | 224 | |
|
226 | 225 | test_id = (context_name, test_name, val) |
|
227 | 226 | cell = nested_case.format(val=val) |
General Comments 0
You need to be logged in to leave comments.
Login now