Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ireaml committed Sep 7, 2023
1 parent 3008dff commit e746313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ def test_plot_planar_cube(self):
@pytest.mark.mpl_image_compare(
baseline_dir=f"{_file_path}/testIm",
filename="BandAlignment.png",
style=f"{_file_path}/../macroDensity/macrodensity.mplstyle",
style=f"{_file_path}/../macrodensity/macrodensity.mplstyle",
savefig_kwargs={"transparent": True, "bbox_inches": "tight"},
)
def test_energy_band_alignment_diagram(self):
Expand Down

0 comments on commit e746313

Please sign in to comment.