diff --git a/metadetect/lsst/tests/test_lsst_metadetect.py b/metadetect/lsst/tests/test_lsst_metadetect.py index e559402..219a653 100644 --- a/metadetect/lsst/tests/test_lsst_metadetect.py +++ b/metadetect/lsst/tests/test_lsst_metadetect.py @@ -124,7 +124,7 @@ def test_lsst_metadetect_smoke(meas_type, subtract_sky, metacal_types_option): for metacal_type in metacal_types: assert ( metacal_type in res.keys() - ), f"metacal_type={metacal_type} not in res.keys()" + ), f"metacal_type={metacal_type} not in res.keys()" if meas_type is None: front = 'wmom'