Skip to content

Commit

Permalink
Fix module name
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Sep 14, 2024
1 parent 79a2d70 commit 20ea290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_verify_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -1346,4 +1346,4 @@ def test_install_pyinotify_w_latest_pip(pipexec, build, minor_version):
]
)
assert p.returncode == 0, "Failed install pyinotify"
assert (extras / "pyinotify").exists()
assert (extras / "pyinotify.py").exists()

0 comments on commit 20ea290

Please sign in to comment.