Skip to content

Commit

Permalink
NPI-3458 fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
treefern committed Sep 2, 2024
1 parent 506dcb2 commit 84cd8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_solution_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from gnssanalysis.solution_types import SolutionType, SolutionTypes


class TestSp3(unittest.TestCase):
class TestSolutionType(unittest.TestCase):
def test_shortname_to_solution_type(self):
self.assertEqual(SolutionTypes.from_name("ULT"), SolutionTypes.ULT)
self.assertEqual(SolutionTypes.from_name("RAP"), SolutionTypes.RAP)
Expand Down

0 comments on commit 84cd8a0

Please sign in to comment.