Skip to content

Commit 1d602de

Browse files
committed
update test for merging #181
1 parent 14eb21e commit 1d602de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test.bats

+2-2
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ teardown() {
197197
cd tests/individually
198198
npm i $(npm pack ../..)
199199
sls package
200-
unzip .serverless/module1-sls-py-req-test-indiv.zip -d puck
201-
unzip .serverless/module2-sls-py-req-test-indiv.zip -d puck2
200+
unzip .serverless/module1-sls-py-req-test-indiv-dev-hello1.zip -d puck
201+
unzip .serverless/module2-sls-py-req-test-indiv-dev-hello2.zip -d puck2
202202
ls puck/handler1.py
203203
ls puck2/handler2.py
204204
ls puck/pyaml

0 commit comments

Comments
 (0)