Skip to content

Commit

Permalink
r
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Nov 26, 2024
1 parent 4a702c9 commit 439e89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chia/_tests/cmds/test_dev_gh.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ async def test_invalid_only(case: InvalidOnlyCase) -> None:
assert not test_root.joinpath(case.only).exists()
explanation = "does not exist"

with pytest.raises(click.ClickException, match=f"\bto be a {re.escape(case.per)}\b.*\b{re.escape(explanation)}\b"):
with pytest.raises(click.ClickException, match=rf"\bto be a {re.escape(case.per)}\b.*\b{re.escape(explanation)}\b"):
await cmd.run()

0 comments on commit 439e89a

Please sign in to comment.