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 107c12a commit 94aab70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_configurations.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ def test_with_single_config(self):
self.assertIsNotNone(view)
assert view
manager = WindowConfigManager(window, {TEST_CONFIG.name: TEST_CONFIG})
view.settings().set("lsp_uri", "file:///foo/bar.txt")
view.settings().set("key", "value")
self.assertEqual(1, 1)

0 comments on commit 94aab70

Please sign in to comment.