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', () => {
assert.calledWith(fakeAnnotationsService.save, {
$tag: 'dummy',
...ann,
...importedAnnotation(ann),
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