Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixes #26 - make projects' names with faker
  • Loading branch information
Angeluz-07 committed Mar 17, 2020
commit 09adcb86be048bfe161ec60e5bd0d14a2c231048
2 changes: 1 addition & 1 deletion time_tracker_api/projects/projects_namespace.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
title='Name',
max_length=50,
description='Name of the project',
example=faker.word(['YoSpace', 'Yira']),
example=faker.company(),
),
'description': fields.String(
title='Description',
Expand Down