Skip to content

Commit 3311563

Browse files
committed
fix broken test
1 parent 4d5b99e commit 3311563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.download.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ describe(__filename, () => {
122122
.get('/fake.v1.json')
123123
.reply(
124124
200,
125-
'{"id": "fake:v1","discoveryRestUrl": "http://localhost:3030/path","name": "fake","version": "v1", revision: "1234"}'
125+
'{"id": "fake:v1","discoveryRestUrl": "http://localhost:3030/path","name": "fake","version": "v1", "revision": "1234"}'
126126
),
127127
];
128128
const writeFileStub = sandbox.stub(dn.gfs, 'writeFile');

0 commit comments

Comments
 (0)