Skip to content

Commit

Permalink
Update test_fre_pp_cli.py
Browse files Browse the repository at this point in the history
remove silly self-sabotage
  • Loading branch information
ilaflott authored Nov 1, 2024
1 parent 56c7590 commit 162a1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fre/tests/test_fre_pp_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit 162a1af

Please sign in to comment.