Skip to content

Commit d3a1333

Browse files
committed
Tweak test
1 parent a246813 commit d3a1333

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/fixtures.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,8 @@ class EggInfoPkgPipInstalledExternalDataFiles(OnSysPath, SiteBuilder):
270270
# accurate source than SOURCES.txt as to the installed contents of
271271
# the package.
272272
"installed-files.txt": """
273-
../../../etc/jupyter/jupyter_notebook_config.d/egg_with_module.json
273+
../../../etc/jupyter/jupyter_notebook_config.d/relative.json
274+
/etc/jupyter/jupyter_notebook_config.d/absolute.json
274275
../egg_with_module.py
275276
PKG-INFO
276277
SOURCES.txt

0 commit comments

Comments
 (0)