Skip to content

Commit

Permalink
feat: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwa2710 committed Jan 6, 2025
1 parent 63ce283 commit 16b6021
Show file tree
Hide file tree
Showing 19 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bindings/python/test/flight/test_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,13 @@ def test_inertial_pointing(self):
assert isinstance(profile, Profile)
assert profile.is_defined()

def test_local_orbital_frame(
def test_local_orbital_frame_pointing(
self,
orbit: Orbit,
):
profile: Profile = Profile.local_orbital_frame(orbit, Orbit.FrameType.VVLH)
profile: Profile = Profile.local_orbital_frame_pointing(
orbit, Orbit.FrameType.VVLH
)

assert profile is not None
assert isinstance(profile, Profile)
Expand Down

0 comments on commit 16b6021

Please sign in to comment.