Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 18b61c2

Browse files
Fix test for CLI
1 parent c54bf47 commit 18b61c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_cli.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ def test_help(self, capsys):
1717
assert (
1818
re.match(
1919
r"usage: \S+ .*Run the workflow\n\npositional arguments:\s*"
20-
r"{Fetch,Placeholders,Curate,Annotate,Repair}\s*Possible workflows.*",
20+
r"{Fetch,Placeholders,Curate,Annotate,Repair,GenerateExemplars}\s*"
21+
r"Possible workflows.*",
2122
captured.out,
2223
flags=re.DOTALL,
2324
)

0 commit comments

Comments
 (0)