From a48370abd3ae20878ec5068681292bc8ceabbd75 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Thu, 29 Oct 2015 08:18:13 -0700 Subject: [PATCH] [Representation] Update spec --- platform/representation/test/MCTIncludeSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () {