Skip to content

Commit 3eb22ba

Browse files
author
Niels Dequeker
committed
test: Fix typo
1 parent b2ed0c6 commit 3eb22ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/directives/uiTreeHandle.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
return element;
2525
}
2626

27-
it('should should add the configured CSS class to it\'s element', function () {
27+
it('should add the configured CSS class to it\'s element', function () {
2828
var element = createElement();
2929
expect(element.find('[ui-tree-handle]')).toHaveClass('angular-ui-tree-handle');
3030
});

0 commit comments

Comments
 (0)