Skip to content

Commit

Permalink
fix: Rename mixed test name to be more descriptive
Browse files Browse the repository at this point in the history
  • Loading branch information
Stijn IJzermans committed Jan 10, 2024
1 parent 15861f3 commit d58957f
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1385,7 +1385,7 @@ test(
});

const zipfiles_hello2 = await listZipFiles(
'.serverless/module2-sls-py-req-test-indiv-mixed-dev-hello2.zip'
'.serverless/module2-sls-py-req-test-indiv-mixed-runtime-dev-hello2.zip'
);
t.true(
zipfiles_hello2.includes('handler2.py'),
Expand Down Expand Up @@ -1425,10 +1425,10 @@ test(
);

const zipfiles_hello2 = await listZipFiles(
'.serverless/module2-sls-py-req-test-indiv-mixed-dev-hello2.zip'
'.serverless/module2-sls-py-req-test-indiv-mixed-runtime-dev-hello2.zip'
);
const zippedReqs = await listRequirementsZipFiles(
'.serverless/module2-sls-py-req-test-indiv-mixed-dev-hello2.zip'
'.serverless/module2-sls-py-req-test-indiv-mixed-runtime-dev-hello2.zip'
);
t.true(
zipfiles_hello2.includes('handler2.py'),
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
service: sls-py-req-test-indiv-mixed
service: sls-py-req-test-indiv-mixed-runtime

provider:
name: aws
Expand Down

0 comments on commit d58957f

Please sign in to comment.