diff --git a/platform/representation/test/MCTIncludeSpec.js b/platform/representation/test/MCTIncludeSpec.js index 43c31a4443..68fa7f5f77 100644 --- a/platform/representation/test/MCTIncludeSpec.js +++ b/platform/representation/test/MCTIncludeSpec.js @@ -73,7 +73,7 @@ define( it("exposes templates via the templateLinker", function () { expect(mockLinker.link) - .toHaveBeenCalledWith(mockScope, mockElement); + .toHaveBeenCalledWith(mockScope, mockElement, undefined); }); it("reads a template location from a scope's key variable", function () {