Skip to content

Commit

Permalink
narrow it
Browse files Browse the repository at this point in the history
  • Loading branch information
predragnikolic committed Mar 21, 2024
1 parent aa52f94 commit 44780de
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/test_configurations.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@

class WindowConfigManagerTests(unittest.TestCase):

def test_no_configs(self):
view = sublime.active_window().active_view()
self.assertIsNotNone(view)
assert view
manager = WindowConfigManager(sublime.active_window(), {})
self.assertEqual(list(manager.match_view(view)), [])

def test_with_single_config(self):
window = sublime.active_window()
view = window.active_view()
Expand Down

0 comments on commit 44780de

Please sign in to comment.