Skip to content

Commit

Permalink
tests: do not assume the folder is named repo-review
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Apr 4, 2024
1 parent 813a36e commit d0526fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def test_cmd_pyproject():


def test_cmd_dual():
subprocess.run(["repo-review", "../repo-review", "../repo-review"], check=True)
subprocess.run(["repo-review", "tests/..", "."], check=True)


def test_cmd_html():
Expand Down

0 comments on commit d0526fb

Please sign in to comment.