Skip to content

Commit

Permalink
Fix hypothesis integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed May 18, 2022
1 parent 4928c19 commit 440e56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_projects_using_isort.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def test_poetry(tmpdir):
def test_hypothesis(tmpdir):
git_clone("https://github.com/HypothesisWorks/hypothesis.git", tmpdir)
run_isort(
(str(tmpdir), "--skip", "tests", "--profile", "black", "--ca", "--project", "hypothesis")
(str(tmpdir), "--skip", "tests", "--profile", "black", "--ca", "--project", "hypothesis", "--project", "hypothesistooling")
)


Expand Down

0 comments on commit 440e56f

Please sign in to comment.