[Timeline] Account for new argument in spec

This commit is contained in:
Victor Woeltjen 2016-05-25 12:25:58 -07:00
parent d7f566088f
commit 80f5cb756d

View File

@ -52,6 +52,7 @@ define(
task = new ExportTimelineAsCSVTask(
mockExportService,
[],
mockDomainObject
);
});