Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
havok2063 committed Dec 10, 2024
1 parent 9331fb3 commit 766711b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/path/test_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,7 @@ def monkeyoos(monkeypatch, mocker):
def test_public_release():
tree.replant_tree('dr15')
assert check_public_release('DR15') is True
#assert check_public_release('DR17') is True
assert check_public_release('IPL3') is False
assert check_public_release('MPL10') is False
assert check_public_release('sdsswork') is False

def test_bad_release_old_tree(monkeypatch):
Expand Down

0 comments on commit 766711b

Please sign in to comment.