From 8619c8e9edf032c7a75e9ecfb8812e5191a3dfff Mon Sep 17 00:00:00 2001 From: Chirayu Krishnappa Date: Fri, 15 Nov 2013 13:25:11 -0800 Subject: [PATCH] test(ng-mousewheel): fix ng-mousewheel test --- test/directive/ng_events_spec.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/directive/ng_events_spec.dart b/test/directive/ng_events_spec.dart index bf8ba6dd8..12be0996b 100644 --- a/test/directive/ng_events_spec.dart +++ b/test/directive/ng_events_spec.dart @@ -45,7 +45,7 @@ main() { addTest('mouseout'); addTest('mouseover'); addTest('mouseup'); - addTest('mousewheel', 'WheelEvent', 'wheel'); + addTest('mousewheel', 'MouseEvent', 'wheel'); addTest('scroll'); // These should be of type TouchEvent but that causes the tests to fail. // They pass as a MouseEvent.