typo (missing comma in plugins/test/test_reports.py)
This commit is contained in:
parent
6c77ef5e33
commit
77efbb1012
@ -330,7 +330,8 @@ for (report_name, off, files) in report_list:
|
||||
off=off)
|
||||
|
||||
reports.addcli(TestDynamic, "tool_verify",
|
||||
out_does_contain(["W: Early marriage, Family: F0000, Smith, Martin and Jefferson, Elna"
|
||||
out_does_contain([
|
||||
"W: Early marriage, Family: F0000, Smith, Martin and Jefferson, Elna",
|
||||
"W: Multiple parents, Person: I0061, Jones, Roberta Michele",
|
||||
"W: Multiple parents, Person: I0063, Jones, Frank Albert",
|
||||
"W: Multiple parents, Person: I0076, Smith, Marie Astri",
|
||||
@ -340,7 +341,7 @@ reports.addcli(TestDynamic, "tool_verify",
|
||||
"W: Old age but no death, Person: I0011, Smith, Hanna",
|
||||
"W: Old age but no death, Person: I0058, Smith, Elaine Marie",
|
||||
"W: Old age but no death, Person: I0072, Iverson, Alice Hannah",
|
||||
]),
|
||||
]),
|
||||
[None],
|
||||
"--force",
|
||||
"-O", TREE_NAME,
|
||||
|
Loading…
Reference in New Issue
Block a user