Skip to content

Commit

Permalink
Increase mentor description limit (Coding-Coach#4)
Browse files Browse the repository at this point in the history
* Update mentors.json.spec.js
  • Loading branch information
moshfeu authored Feb 7, 2019
1 parent 7676914 commit f080ff5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/mentors.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Mosh Feuchtwanger",
"avatar": "https://avatars3.githubusercontent.com/u/3723951?s=460&v=4",
"title": "Frontend at @wix",
"description": "Hi, I'm Mosh and I will love to help",
"description": "Hi, I'm Mosh and I will love to help! 🤪",
"country": "Israel",
"tags": [
"frontend", "javascript", "reactjs", "html", "css"
Expand Down
2 changes: 1 addition & 1 deletion src/mentors.json.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ it('should mentors json contains all fields', () => {
"description": {
"type": "string",
"minLength": 5,
"maxLength": 45
"maxLength": 80
},
"country": {
"type": "string",
Expand Down

0 comments on commit f080ff5

Please sign in to comment.