Skip to content

Commit

Permalink
Make prettier happy! Build was failing.
Browse files Browse the repository at this point in the history
  • Loading branch information
coverbeck committed Jul 12, 2024
1 parent 19f30c3 commit 0c726a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ commands:
command: bash -i -c 'npm ci'
- run:
name: install individual lambda packages
command: bash -i -c 'npm --prefix checkUrlExists/lambda install'
command: bash -i -c 'npm --prefix checkUrlExists/lambda ci'
- run:
name: run unit tests
command: bash -i -c 'npm run test'
Expand Down
2 changes: 1 addition & 1 deletion checkUrlExists/lambda/tests/unit/test-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe("Tests index", function () {
});
it("verifies successful response for large file", async () => {
const url =
"https://dcc.icgc.org/api/v1/download?fn=/PCAWG/reference_data/data_for_testing/HCC1143_ds/HCC1143.bam";
"https://media.githubusercontent.com/media/bioinformatics-ca/bioinformatics-ca.github.io/master/data_sets/HCC1143.normal.21.19M-20M.bam";
await setupTest(url, true);
});
it("verifies successful response from ftp file", async () => {
Expand Down

0 comments on commit 0c726a5

Please sign in to comment.