Commit 34d69b8
committed
Fix owngil_import_concurrent_test using non-callable as function
string.ascii_lowercase is a string constant, not a callable function.
The test was failing for contexts that included the string module because
calling it raised TypeError. Use string.capwords instead.1 parent 2eab7fe commit 34d69b8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | | - | |
| 326 | + | |
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| |||
0 commit comments