From 00523f9a5e3fa24d44e1ed4875b222b6268e1cd1 Mon Sep 17 00:00:00 2001 From: thijs snijder <snijder@astron.nl> Date: Mon, 21 Mar 2022 14:35:09 +0100 Subject: [PATCH] renamed file --- .../{test_device_beamdevice.py => test_device_digitalbeam.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tangostationcontrol/tangostationcontrol/integration_test/default/devices/{test_device_beamdevice.py => test_device_digitalbeam.py} (93%) diff --git a/tangostationcontrol/tangostationcontrol/integration_test/default/devices/test_device_beamdevice.py b/tangostationcontrol/tangostationcontrol/integration_test/default/devices/test_device_digitalbeam.py similarity index 93% rename from tangostationcontrol/tangostationcontrol/integration_test/default/devices/test_device_beamdevice.py rename to tangostationcontrol/tangostationcontrol/integration_test/default/devices/test_device_digitalbeam.py index c92ea0a6d..7d27b0acc 100644 --- a/tangostationcontrol/tangostationcontrol/integration_test/default/devices/test_device_beamdevice.py +++ b/tangostationcontrol/tangostationcontrol/integration_test/default/devices/test_device_digitalbeam.py @@ -11,7 +11,7 @@ from .base import AbstractTestBases from tangostationcontrol.integration_test.device_proxy import TestDeviceProxy -class TestDeviceBeamlet(AbstractTestBases.TestDeviceBase): +class TestDeviceDigitalBeam(AbstractTestBases.TestDeviceBase): def setUp(self): """Intentionally recreate the device object in each test""" -- GitLab