Skip to content

Commit

Permalink
refactor(tests): rename a var
Browse files Browse the repository at this point in the history
  • Loading branch information
aravinda0 committed May 10, 2024
1 parent aa9d808 commit 1f62691
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def bonsai_layout(request):

@pytest.fixture()
def qtile_config(bonsai_layout):
class BonsaiConfig(Config):
class TestConfig(Config):
auto_fullscreen = True
groups = [
config.Group("a"),
Expand All @@ -52,7 +52,7 @@ class BonsaiConfig(Config):
follow_mouse_focus = False
reconfigure_screens = False

return BonsaiConfig()
return TestConfig()


@pytest.fixture()
Expand Down

0 comments on commit 1f62691

Please sign in to comment.