Skip to content

Commit

Permalink
Try auto-detect terminal.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZiminski committed Dec 4, 2024
1 parent 85bb72b commit d442268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests_tui/tui_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def tui_size(self):
The solution is to ensure the screen is large enough
in the test environment.
"""
return (800, 600)
return None # (500, 500)

@pytest_asyncio.fixture(scope="function")
async def empty_project_paths(self, tmp_path_factory, monkeypatch):
Expand Down

0 comments on commit d442268

Please sign in to comment.