From 949bb079bdc2feeb63a3657b0348be2090b59ce9 Mon Sep 17 00:00:00 2001 From: DhruvSondhi Date: Sat, 1 May 2021 12:32:34 +0530 Subject: [PATCH] Fixing Black tests --- tardis/io/tests/test_config_reader.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tardis/io/tests/test_config_reader.py b/tardis/io/tests/test_config_reader.py index d9c932dc11b..998204efd85 100644 --- a/tardis/io/tests/test_config_reader.py +++ b/tardis/io/tests/test_config_reader.py @@ -116,7 +116,9 @@ def test_supernova_section_config(tardis_config_verysimple): conf.supernova.luminosity_wavelength_start.value < conf.supernova.luminosity_wavelength_end.value ): - raise ValueError("End Limit must be greater than Start Limit for Luminosity") + raise ValueError( + "End Limit must be greater than Start Limit for Luminosity" + ) assert ve.type is ValueError