From 766711b31789135b30ebb173a750262ad3ca07a9 Mon Sep 17 00:00:00 2001 From: havok2063 Date: Mon, 9 Dec 2024 17:11:20 -0800 Subject: [PATCH] test --- tests/path/test_path.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/path/test_path.py b/tests/path/test_path.py index f36fca8..a1c5b8b 100644 --- a/tests/path/test_path.py +++ b/tests/path/test_path.py @@ -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):