Skip to content

Commit

Permalink
Fixing Black tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DhruvSondhi committed May 1, 2021
1 parent ac10a4f commit 949bb07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tardis/io/tests/test_config_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 949bb07

Please sign in to comment.