Skip to content

Commit

Permalink
test: Adjust label wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
ewuerger committed Aug 16, 2024
1 parent 19c836a commit 38c66ab
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/test_labels.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@
pytest.param(
"d817767f-68b7-49a5-aa47-13419d41df0a",
[
"Really long label that",
"needs wrapping else",
"its parent box is also",
"very long!",
"Really long label that needs",
"wrapping else its parent box is",
"also very long!",
],
id="LogicalFunction",
),
Expand Down

0 comments on commit 38c66ab

Please sign in to comment.