diff --git a/src/calibre/utils/windows/wintest.py b/src/calibre/utils/windows/wintest.py index aad2c7b5dc..cad6b2c170 100644 --- a/src/calibre/utils/windows/wintest.py +++ b/src/calibre/utils/windows/wintest.py @@ -27,7 +27,6 @@ class TestWinutil(unittest.TestCase): q = self.winutil.file_association('.txt') self.assertIn('notepad.exe', q.lower()) self.assertNotIn('\0', q) - self.assertIsNone(self.winutil.file_association('.mkjsfks')) def test_special_folder_path(self): self.assertEqual(os.path.expanduser('~'), self.winutil.special_folder_path(self.winutil.CSIDL_PROFILE))