Commit 311a02d2 authored by Alejandro Celaya's avatar Alejandro Celaya Committed by Alejandro Celaya

Use display name if possible, when exporting annotations to text

parent 9bebcd60
......@@ -58,7 +58,7 @@ describe('AnnotationsExporter', () => {
it('throws error when empty list of annotations is provided', () => {
assert.throws(
() => exporter.buildTextExportContent([]),
() => exporter.buildTextExportContent([], {}),
'No annotations to export',
);
});
......
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