Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
hhsieh00 committed Aug 24, 2024
1 parent cba4ea2 commit d9c5bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbpy/data/tests/test_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def test_raises_error():
Names.to_packed('15396336')

with pytest.raises(TargetNameParseError):
Names.to_packed('~55')
Names.from_packed('~555555')

with pytest.raises(TargetNameParseError):
Names.from_packed('_QCzzzz0')
Expand Down

0 comments on commit d9c5bd3

Please sign in to comment.