[Timeline] Account for new argument in spec

This commit is contained in:
Victor Woeltjen 2016-05-25 12:26:47 -07:00
parent 80f5cb756d
commit ba0d9a186b

View File

@ -75,7 +75,7 @@ define(
return c === 'metadata' && testMetadata;
});
exporter = new TimelineColumnizer(mockDomainObjects);
exporter = new TimelineColumnizer(mockDomainObjects, []);
});
describe("rows", function () {