Skip to content

Commit

Permalink
narrow it
Browse files Browse the repository at this point in the history
  • Loading branch information
predragnikolic committed Mar 22, 2024
1 parent 10a4d78 commit 9c7da82
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/test_configurations.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,5 @@ 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("key", "value")
view.settings().set("lsp_uri", "file:///foo/bar.txt")
self.assertEqual(1, 1)

0 comments on commit 9c7da82

Please sign in to comment.