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 2b127ed commit 2b11649
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/test_configurations.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,3 @@
import sublime
import unittest



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 2b11649

Please sign in to comment.