Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jrycw committed Mar 21, 2024
1 parent d3e820c commit b7a38b4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ def gen_event():

class FakeEventData(BaseModel):
"""
The "address" and "schedule" fields are optional,
meaning they can be set to `None`, and adding randomness
may be beneficial for testing purposes.
The fields `address` and `schedule` are optional, allowing them to be set as `None`.
Introducing randomness could be advantageous for testing.
"""

name: str = Field(
Expand Down

0 comments on commit b7a38b4

Please sign in to comment.