Skip to content

Commit

Permalink
continue
Browse files Browse the repository at this point in the history
  • Loading branch information
predragnikolic committed Mar 21, 2024
1 parent ab7faae commit 0494cdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_configurations.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_with_single_config(self):
hidden=False
))
# view.settings().set("lsp_uri", "file:///foo/bar.txt")
self.assertEqual(1, 1)
self.assertEqual(list(manager.match_view(view)), [TEST_CONFIG])

def test_applies_project_settings(self):
window = sublime.active_window()
Expand All @@ -68,7 +68,7 @@ def test_applies_project_settings(self):
scope="text.plain",
hidden=False
))
view.settings().set("lsp_uri", "file:///foo/bar.txt")
# view.settings().set("lsp_uri", "file:///foo/bar.txt")
configs = list(manager.match_view(view))
self.assertEqual(len(configs), 1)
config = configs[0]
Expand Down

0 comments on commit 0494cdc

Please sign in to comment.