Skip to content

Commit

Permalink
Fix label on center example
Browse files Browse the repository at this point in the history
  • Loading branch information
kajuberdut committed Nov 11, 2023
1 parent 50afc6d commit 6a2177b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/roadmap_generators/milestone_text_alignment.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def generate(self) -> Roadmap:
"not specified (centre)", "2023-02-15"
)
centre_task.add_milestone(
"percent right", "2023-08-01", text_alignment="centre"
"default centre", "2023-08-01", text_alignment="centre"
)


Expand Down

0 comments on commit 6a2177b

Please sign in to comment.