From 8d00e9ca34e06d19134b5ee9829ba4a24808765a Mon Sep 17 00:00:00 2001 From: Nicholas Long Date: Thu, 21 Dec 2023 14:16:34 -0700 Subject: [PATCH] fails --- tests/GMT_Lib/test_gmt_lib.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/GMT_Lib/test_gmt_lib.py b/tests/GMT_Lib/test_gmt_lib.py index 3558dfa42..b87de5da7 100644 --- a/tests/GMT_Lib/test_gmt_lib.py +++ b/tests/GMT_Lib/test_gmt_lib.py @@ -82,6 +82,8 @@ def test_generate_cooling_plant(snapshot): # -- Setup template_path = (COOLING_PLANT_PATH / 'CoolingPlant.mot').relative_to(GMT_LIB_PATH) + assert False is True + # -- Act actual = env.get_template(template_path.as_posix()).render(**COOLING_PLANT_PARAMS)