Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eonu committed Dec 8, 2023
1 parent 1e2d7a6 commit 6e85306
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tests/unit/test_internal/test_types/test_click/test_metavars.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ def f(
Usage: pytest [OPTIONS]
Options:
--opt1 TEXT [required]
--opt2 TEXT [required]
--opt3 TEXT [required]
--opt4 TEXT [required]
--opt5 TEXT [required]
--opt6 TEXT [required]
--opt7 TEXT [required]
--help Show this message and exit.
--opt1 INTEGER | FLOAT [required]
--opt2 INTEGER | FLOAT [required]
--opt3 TEXT | INTEGER [required]
--opt4 TEXT | INTEGER [required]
--opt5 INTEGER | FLOAT | TEXT [required]
--opt6 INTEGER [required]
--opt7 TEXT [required]
--help Show this message and exit.
""".strip()
)

0 comments on commit 6e85306

Please sign in to comment.