Commit 98b2612d authored by Alejandro Celaya's avatar Alejandro Celaya Committed by Alejandro Celaya

Fix failing test due to parallel PR merges

parent 202e8670
...@@ -112,7 +112,7 @@ describe('ImportAnnotationsService', () => { ...@@ -112,7 +112,7 @@ describe('ImportAnnotationsService', () => {
assert.calledWith(fakeAnnotationsService.save, { assert.calledWith(fakeAnnotationsService.save, {
$tag: 'dummy', $tag: 'dummy',
...ann, ...importedAnnotation(ann),
uri: newUri, uri: newUri,
}); });
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment