From ca6bec838d17124692ea5f724e3647c2dba4aa1c Mon Sep 17 00:00:00 2001 From: appel_c Date: Tue, 23 Sep 2025 23:32:11 -0500 Subject: [PATCH] fix test --- tests/tests_devices/test_cameras.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/tests_devices/test_cameras.py b/tests/tests_devices/test_cameras.py index 87d0587..7fcb078 100644 --- a/tests/tests_devices/test_cameras.py +++ b/tests/tests_devices/test_cameras.py @@ -58,7 +58,6 @@ def mock_prosilica(): def test_prosilica_init(mock_prosilica): """Test the initialization of the Prosilica camera device.""" - raise ValueError("Test error") assert mock_prosilica.name == "cam" assert mock_prosilica.prefix == "test:" assert isinstance(mock_prosilica.cam1, ProsilicaDetectorCam)