Skip to content

Commit 613fcaf

Browse files
committed
Fix travis build failure
1 parent 1769f6a commit 613fcaf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/directives/uiTree.spec.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
expect(element.scope().$emptyElm.parent()).toNotEqual(element);
5656
});
5757

58-
it('should hide the empty placeholder when ui-tree, ui-tree-nodes and empty-placeholder-enabled="false" are on the same element', function() {
59-
var element = createElement('<div ui-tree empty-placeholder-enabled="false" ui-tree-nodes="" ng-model="items"></div>');
60-
expect(element.scope().emptyPlaceholderEnabled).toEqual(false);
61-
expect(element.scope().$emptyElm.parent()).toNotEqual(element);
58+
it('should hide the empty placeholder when ui-tree, ui-tree-nodes and empty-placeholder-enabled="false" are on the same element', function () {
59+
var element = createElement('<div ui-tree empty-placeholder-enabled="false" ui-tree-nodes="" ng-model="items"></div>');
60+
expect(element.scope().emptyPlaceholderEnabled).toEqual(false);
61+
expect(element.scope().$emptyElm.parent()).toNotEqual(element);
6262
});
6363

6464
it('should allow enabling / disabling dropping nodes', function () {

0 commit comments

Comments
 (0)