Skip to content

Commit

Permalink
fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl committed Jul 22, 2024
1 parent 4d5b99e commit 3311563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.download.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ describe(__filename, () => {
.get('/fake.v1.json')
.reply(
200,
'{"id": "fake:v1","discoveryRestUrl": "http://localhost:3030/path","name": "fake","version": "v1", revision: "1234"}'
'{"id": "fake:v1","discoveryRestUrl": "http://localhost:3030/path","name": "fake","version": "v1", "revision": "1234"}'
),
];
const writeFileStub = sandbox.stub(dn.gfs, 'writeFile');
Expand Down

0 comments on commit 3311563

Please sign in to comment.