Fix syntax error
This commit is contained in:
parent
39aa0ef80e
commit
03b7799286
@ -602,7 +602,7 @@ class TestMail(
|
|||||||
"PDF Files without f1 and f2 and f3",
|
"PDF Files without f1 and f2 and f3",
|
||||||
include_pattern="*.pdf",
|
include_pattern="*.pdf",
|
||||||
exclude_pattern="f1*,f2*,f3*",
|
exclude_pattern="f1*,f2*,f3*",
|
||||||
expected_matches=[list"file.PDf"],
|
expected_matches=["file.PDf"],
|
||||||
),
|
),
|
||||||
FilterTestCase(
|
FilterTestCase(
|
||||||
"All Files, no PNG",
|
"All Files, no PNG",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user