Skip to content

Commit 2efe839

Browse files
committed
fix(forks.py): faulty command for filling dev forks
1 parent 21fb11c commit 2efe839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytest_plugins/forks/forks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ def get_fork_option(config, option_name: str, parameter_name: str) -> Set[Fork]:
474474

475475
dev_forks_help = textwrap.dedent(
476476
"To run tests for a fork under active development, it must be "
477-
"specified explicitly via --forks-until=FORK.\n"
477+
"specified explicitly via --until=FORK.\n"
478478
"Tests are only ran for deployed mainnet forks by default, i.e., "
479479
f"until {get_deployed_forks()[-1].name()}.\n"
480480
)

0 commit comments

Comments
 (0)