Skip to content

Commit 09adcb8

Browse files
committed
Fixes #26 - make projects' names with faker
1 parent 6cbb933 commit 09adcb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

time_tracker_api/projects/projects_namespace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
title='Name',
1616
max_length=50,
1717
description='Name of the project',
18-
example=faker.word(['YoSpace', 'Yira']),
18+
example=faker.company(),
1919
),
2020
'description': fields.String(
2121
title='Description',

0 commit comments

Comments
 (0)