Skip to content

Commit

Permalink
Do not cover GoToFieldLCOMacro
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Dec 14, 2023
1 parent 27d2974 commit 2562df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hal/macros/goto_field.py
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ async def _guide_preconditions(self, stage: str):
raise MacroError("Axes must be tracking for acquisition.")

Check warning on line 590 in src/hal/macros/goto_field.py

View check run for this annotation

Codecov / codecov/patch

src/hal/macros/goto_field.py#L590

Added line #L590 was not covered by tests


class GotoFieldLCOMacro(_GotoFieldBaseMacro):
class GotoFieldLCOMacro(_GotoFieldBaseMacro): # pragma: no cover
"""Goto field macro for LCO."""

observatory = "LCO"
Expand Down

0 comments on commit 2562df2

Please sign in to comment.