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
Next Next commit
Fixes #37 - make technologies' names all lowercase
  • Loading branch information
Angeluz-07 committed Mar 23, 2020
commit 49f4e6682474fd21ab7378dab677308e7024d6bb
2 changes: 1 addition & 1 deletion time_tracker_api/time_entries/time_entries_namespace.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
),
example=faker.words(
3,
['Java', 'Elixir', 'Python', 'Docker'],
['java', 'elixir', 'python', 'docker'],
unique=True
)
),
Expand Down