Skip to content
This repository was archived by the owner on Nov 3, 2019. It is now read-only.

Commit cc14ad0

Browse files
committed
fix(test): adjust event listener subscription
1 parent 832af32 commit cc14ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/contextmenu.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ describe('io.dennis.contextmenu', function() {
5050
$compile(element)($scope);
5151

5252
expect($windowElementStub.on).toHaveBeenCalledWith(
53-
'click contextmenu scroll', jasmine.any(Function)
53+
'contextmenu scroll click', jasmine.any(Function)
5454
);
5555

5656
});

0 commit comments

Comments
 (0)