diff options
Diffstat (limited to 'spec/ast.js')
-rw-r--r-- | spec/ast.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ast.js b/spec/ast.js index 46f0131..430574e 100644 --- a/spec/ast.js +++ b/spec/ast.js @@ -193,7 +193,7 @@ describe('ast', function() { describe("PartialNode", function(){ it('stores location info', function(){ - var pn = new handlebarsEnv.AST.PartialNode("so_partial", {}, {}, LOCATION_INFO); + var pn = new handlebarsEnv.AST.PartialNode("so_partial", {}, {}, {}, LOCATION_INFO); testLocationInfoStorage(pn); }); }); |