Skip to content

Commit

Permalink
Small improvement to test to show how text with numeric issues are so…
Browse files Browse the repository at this point in the history
…rted
  • Loading branch information
SmileyChris committed Jun 5, 2024
1 parent 08e4281 commit 989ed4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/towncrier/test/test_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def test_ordering(self):
{
"": {
"feature": {
"Added Cheese": ["10", "gh-3", "4"],
"Added Cheese": ["10", "gh-25", "gh-3", "4"],
"Added Fish": [],
"Added Bread": [],
"Added Milk": ["gh-1"],
Expand All @@ -185,7 +185,7 @@ def test_ordering(self):
## feature
- Added Eggs (random, gh-2)
- Added Milk (gh-1)
- Added Cheese (gh-3, #4, #10)
- Added Cheese (gh-3, gh-25, #4, #10)
- Added Bread
- Added Fish
"""
Expand Down

0 comments on commit 989ed4e

Please sign in to comment.