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)