Skip to content

Commit

Permalink
Merge pull request #23 from bckohan/v1.1.x
Browse files Browse the repository at this point in the history
fix dataclasses test #21
  • Loading branch information
bckohan authored Jul 17, 2024
2 parents 4af8f15 + 089c44d commit 17a400c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_dataclasses.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
),
],
help_text="Test Routine 1",
name="test",
name="import",
),
"--test-hyphen": Routine(
commands=[
Expand Down Expand Up @@ -164,7 +164,7 @@ def test_settings_format(self):
),
],
help_text="Test Routine 1",
name="test",
name="import",
),
)
self.assertEqual(
Expand Down

0 comments on commit 17a400c

Please sign in to comment.