diff --git a/tests/test_terminal.py b/tests/test_terminal.py index ef3808b..f584836 100644 --- a/tests/test_terminal.py +++ b/tests/test_terminal.py @@ -37,7 +37,7 @@ def test_terminal_properties(terminal, config): with mock.patch('rtv.terminal.sys') as sys, \ mock.patch.dict('os.environ', {'DISPLAY': ''}): sys.platform = 'darwin' - assert terminal.display is True + assert terminal.display is False terminal._display = None with mock.patch.dict('os.environ', {'DISPLAY': ':0', 'BROWSER': 'w3m'}):