Skip to content

Commit

Permalink
Update unit test name.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanmartim committed Nov 29, 2024
1 parent e5f5ab8 commit 198dd7a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 198dd7a

Please sign in to comment.