Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 8625b71

Browse files
committed
Fixed e2e test typo.
1 parent 17bc66b commit 8625b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sortable.e2e.directives.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ describe('uiSortable', function() {
6262
});
6363
});
6464

65-
it('should not $destroy direcives after sorting.', function() {
65+
it('should not $destroy directives after sorting.', function() {
6666
inject(function($compile, $rootScope) {
6767
var element;
6868
element = $compile(''.concat(

0 commit comments

Comments
 (0)