diff --git a/tests/maintel/tma/test_move_p2p_diamond.py b/tests/maintel/tma/test_short_long_slews.py similarity index 98% rename from tests/maintel/tma/test_move_p2p_diamond.py rename to tests/maintel/tma/test_short_long_slews.py index 0dafe8b0..7c733162 100644 --- a/tests/maintel/tma/test_move_p2p_diamond.py +++ b/tests/maintel/tma/test_short_long_slews.py @@ -25,14 +25,14 @@ import pytest from lsst.ts import externalscripts, salobj, standardscripts -from lsst.ts.externalscripts.maintel.tma import MoveP2PDiamond +from lsst.ts.externalscripts.maintel.tma import ShortLongSlews -class TestMoveP2PDiamond( +class TestShortLongSlews( standardscripts.BaseScriptTestCase, unittest.IsolatedAsyncioTestCase ): async def basic_make_script(self, index): - self.script = MoveP2PDiamond(index=index) + self.script = ShortLongSlews(index=index) return (self.script,) @contextlib.asynccontextmanager