Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Mar 23, 2024
1 parent f65cb3c commit adf5f79
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 @@ -5,7 +5,7 @@
import sublime
import unittest

from unittesting import DeferrableTestCase, AWAIT_WORKER
from unittesting.helpers import ViewTestCase


class GlobalConfigManagerTests(unittest.TestCase):
Expand All @@ -26,7 +26,7 @@ def test_override_config(self):
self.assertFalse(list(window_mgr.all.values())[0].enabled)


class WindowConfigManagerTests(unittest.TestCase):
class WindowConfigManagerTests(ViewTestCase):

def test_no_configs(self):
view = sublime.active_window().active_view()
Expand Down

0 comments on commit adf5f79

Please sign in to comment.