Skip to content

Commit

Permalink
fix linebreak
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedrichFroebel committed Sep 23, 2023
1 parent 988054a commit e3c0db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def test_invalid_label_size(self):
# a number.
with self.assertRaisesRegex(
cli.InvalidLabelSize,
r"^Invalid default label size\. Please choose one of the following:\\n\d.+$", # noqa: E501
r"^Invalid default label size\. Please choose one of the following:\n\d.+$", # noqa: E501
):
cli.update_configuration_from_parameters(
parameters=parameters, configuration=configuration
Expand Down

0 comments on commit e3c0db3

Please sign in to comment.