Skip to content

Commit

Permalink
narrow it - blame candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
predragnikolic committed Mar 21, 2024
1 parent 38a51cc commit b5ec05c
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 @@ -15,11 +15,5 @@ def test_with_single_config(self):
self.assertIsNotNone(view)
assert view
manager = WindowConfigManager(window, {TEST_CONFIG.name: TEST_CONFIG})
view.syntax = MagicMock(return_value=sublime.Syntax(
path="Packages/Text/Plain text.tmLanguage",
name="Plain Text",
scope="text.plain",
hidden=False
))
view.settings().set("lsp_uri", "file:///foo/bar.txt")
self.assertEqual(1, 1)

0 comments on commit b5ec05c

Please sign in to comment.