From 0bccf3a5729f09ca75081ebabd35b9c43b170a12 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Wed, 3 Nov 2021 17:01:55 +0100 Subject: [PATCH] L2SS-470: Fix typo in function name --- .../integration_test/devices/test_device_boot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tangostationcontrol/tangostationcontrol/integration_test/devices/test_device_boot.py b/tangostationcontrol/tangostationcontrol/integration_test/devices/test_device_boot.py index 3a8dc8937..cc39c45d0 100644 --- a/tangostationcontrol/tangostationcontrol/integration_test/devices/test_device_boot.py +++ b/tangostationcontrol/tangostationcontrol/integration_test/devices/test_device_boot.py @@ -16,7 +16,7 @@ class TestDeviceBoot(AbstractTestBases.TestDeviceBase): def setUp(self): super().setUp("STAT/Boot/1") - def test_device_unb2_initialise_station(self): + def test_device_boot_initialise_station(self): """Test if we can initialise the station""" self.proxy.initialise() -- GitLab