Mercurial > libervia-backend
diff tests/unit/cli/test_calls.py @ 4213:716dd791be46
tests (unit): fix tests
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 23 Feb 2024 15:42:02 +0100 |
parents | 2865e70b0b2c |
children | dfccc90cacc6 |
line wrap: on
line diff
--- a/tests/unit/cli/test_calls.py Fri Feb 23 13:31:04 2024 +0100 +++ b/tests/unit/cli/test_calls.py Fri Feb 23 15:42:02 2024 +0100 @@ -20,7 +20,7 @@ from PyQt6.QtWidgets import QApplication import pytest -from libervia.cli.call_gui import AVCallGUI +from libervia.cli.call_gui import AVCallUI from libervia.frontends.tools import display_servers @@ -34,7 +34,7 @@ def av_call_gui(qapplication): host = MagicMock() icons_path = MagicMock() - gui = AVCallGUI(host, icons_path) + gui = AVCallUI(host, icons_path) gui.webrtc_call = MagicMock() return gui