Skip to content

Commit 862bc11

Browse files
dschepbweigel
authored andcommitted
oh, maybe in zips its alway / not ${sep}
1 parent 1b25d83 commit 862bc11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ test("py3.6 doesn't package bottle with zip option", t => {
164164
zipfiles.includes(`flask${sep}__init__.py`),
165165
"flask isn't packaged on its own"
166166
);
167-
t.true(zippedReqs.includes(`flask${sep}__init__.py`), 'flask is packaged in the .requirements.zip file');
167+
t.true(zippedReqs.includes(`flask/__init__.py`), 'flask is packaged in the .requirements.zip file');
168168
t.false(zippedReqs.includes(`bottle.py`), 'bottle is not packaged in the .requirements.zip file');
169169
t.end();
170170
});

0 commit comments

Comments
 (0)