[Timeline] Account for new argument in spec
This commit is contained in:
@@ -75,7 +75,7 @@ define(
|
|||||||
return c === 'metadata' && testMetadata;
|
return c === 'metadata' && testMetadata;
|
||||||
});
|
});
|
||||||
|
|
||||||
exporter = new TimelineColumnizer(mockDomainObjects);
|
exporter = new TimelineColumnizer(mockDomainObjects, []);
|
||||||
});
|
});
|
||||||
|
|
||||||
describe("rows", function () {
|
describe("rows", function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user