Skip to content

Commit

Permalink
Fix test referring to module1_ini directory
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed May 2, 2020
1 parent 12aa5b8 commit 9a9e641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def test_install_module(self):
assert_isfile(self.tmpdir / 'site-packages' / 'module1.py')
assert_isdir(self.tmpdir / 'site-packages' / 'module1-0.1.dist-info')
self._assert_direct_url(
samples_dir / 'module1_ini', 'module1', '0.1', expected_editable=False
samples_dir / 'module1_toml', 'module1', '0.1', expected_editable=False
)

def test_install_package(self):
Expand Down

0 comments on commit 9a9e641

Please sign in to comment.