diff --git a/unittests/test_joystick.py b/unittests/test_joystick.py index 73825c32..13228da8 100644 --- a/unittests/test_joystick.py +++ b/unittests/test_joystick.py @@ -28,10 +28,8 @@ class joystick_Tests(wtc.WidgetTestCase): wx.EVT_JOYSTICK_EVENTS - @unittest.expectedFailure def test_joystick2(self): - # Creating a Joystick object should fail on Mac. Currently it isn't... - # We'll need a new feature added to sip to get it. + # Creating a Joystick object should fail on Mac. if 'wxMac' in wx.PlatformInfo: with self.assertRaises(NotImplementedError): j = wx.adv.Joystick()