Skip to content

Commit

Permalink
line 131 indentation correction
Browse files Browse the repository at this point in the history
  • Loading branch information
brittyscience committed Feb 20, 2025
1 parent 373a724 commit 2611e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sim/test_setupandrun.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def test_parse_cutoff(setupandrun, input_cutoff, expected_result):
def test_parse_cutoff_unknown_unit(setupandrun):
with pytest.raises(ValueError) as e:
setupandrun._parse_cutoff("2pc")
assert "Unknown unit" in str(e.value)
assert "Unknown unit" in str(e.value)


def test_parse_temperature(setupandrun):
Expand Down

0 comments on commit 2611e09

Please sign in to comment.