smartxml: minor tests fix (incorrect grouping)
[fnpeditor.git] / src / smartxml / smartxml.test.js
index cc2b3cf..8f7deb6 100644 (file)
@@ -220,6 +220,7 @@ describe('smartxml', function() {
                     expect(node.contents()).to.have.length(1);
                 });
             });
+        });
 
         describe('Setting node attributes', function() {
             it('can set node attribute', function() {
@@ -242,8 +243,6 @@ describe('smartxml', function() {
                 expect(event.meta.oldVal).to.equal('value1');
             });
         });
-
-        });
     });
 
     describe('Basic TextNode properties', function() {