Skip to content

Commit

Permalink
narrow
Browse files Browse the repository at this point in the history
  • Loading branch information
predragnikolic committed Mar 21, 2024
1 parent 187cd22 commit d4ec736
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/test_configurations.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,4 @@
class WindowConfigManagerTests(unittest.TestCase):

def test_with_single_config(self):
window = sublime.active_window()
view = window.active_view()
self.assertIsNotNone(view)
assert view
manager = WindowConfigManager(window, {TEST_CONFIG.name: TEST_CONFIG})
view.settings().set("lsp_uri", "file:///foo/bar.txt")
self.assertEqual(1, 1)

0 comments on commit d4ec736

Please sign in to comment.