Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
predragnikolic committed Mar 21, 2024
1 parent dd718ad commit ab7faae
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 @@ -68,9 +68,9 @@ 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(1, 1)
self.assertEqual(len(configs), 1)
config = configs[0]
self.assertEqual(DISABLED_CONFIG.name, config.name)
self.assertTrue(config.enabled)
Expand Down

0 comments on commit ab7faae

Please sign in to comment.