From 92e3984fd3f6c86739424ef8ee606dc2022af1c5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Fri, 6 Dec 2013 09:49:44 +0100 Subject: [PATCH] fixing tests --- src/smartxml/smartxml.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/smartxml/smartxml.test.js b/src/smartxml/smartxml.test.js index 11118f4..8041013 100644 --- a/src/smartxml/smartxml.test.js +++ b/src/smartxml/smartxml.test.js @@ -837,10 +837,10 @@ describe('smartxml', function() { extension = {}; expect(function() { - elementNode.transform('testTransformation'); + elementNode.testTransformation(); }).to.throw(Error); expect(function() { - textNode.transform('testTransformation'); + textNode.testTransformation(); }).to.throw(Error); expect(function() { doc.testTransformation(); -- 2.20.1