Skip to content

Commit

Permalink
EM-933: Reformatting to keep Black happy
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmarston-nhs committed Sep 10, 2024
1 parent 8840496 commit 1afcb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mocked/mesh_common_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,6 @@ def test_strtobool_exception_raised(input_val):
strtobool(input_val, True)


@pytest.mark.parametrize("input_val",["HELLO", True, [], "YESH", 3, None])
@pytest.mark.parametrize("input_val", ["HELLO", True, [], "YESH", 3, None])
def test_strtobool_exception_swallowed(input_val):
assert strtobool(input_val, False) is None

0 comments on commit 1afcb83

Please sign in to comment.