Skip to content

Commit

Permalink
Fix test case on Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
langston-barrett committed Feb 11, 2023
1 parent 70cf629 commit ab95d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinxcontrib/autoprogram.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ def test_argument_groups(self) -> None:
# section: default optionals
program, options, group = sections[1]
self.assertEqual([], program)
self.assertEqual("optional arguments", group.title)
self.assertEqual("options", group.title)
self.assertEqual(None, group.description)
self.assertEqual(2, len(options))
self.assertEqual(
Expand Down

0 comments on commit ab95d4c

Please sign in to comment.