Skip to content

Commit

Permalink
tests: better test name
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianosrp committed Sep 19, 2024
1 parent 4dae72f commit 81787b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_cron_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from cron_converter import Cron, CronType


class PartTestInvalid(unittest.TestCase):
class TestPydanticModel(unittest.TestCase):
def test_valid_class(self):
class Model(BaseModel):
cron: CronType
Expand Down

0 comments on commit 81787b7

Please sign in to comment.