From 162a1aff94ffdf7d20a03ca22fc5058b38020600 Mon Sep 17 00:00:00 2001 From: Ian <6273252+ilaflott@users.noreply.github.com> Date: Fri, 1 Nov 2024 18:49:05 -0400 Subject: [PATCH] Update test_fre_pp_cli.py remove silly self-sabotage --- fre/tests/test_fre_pp_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fre/tests/test_fre_pp_cli.py b/fre/tests/test_fre_pp_cli.py index b08bbb9e..7deaa6a6 100644 --- a/fre/tests/test_fre_pp_cli.py +++ b/fre/tests/test_fre_pp_cli.py @@ -60,7 +60,7 @@ def test_cli_fre_pp_checkout_case(): assert all( [ result.exit_code == 0, Path(os.path.expanduser("~")).exists(), Path(os.path.expanduser("~/cylc-src")).exists(), - Path(directory).exists() , False] ) + Path(directory).exists()] ) #-- fre pp configure-xml def test_cli_fre_pp_configure_xml():