Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2077 from graphcool/FixTestBrokenByRelationErrorM…
Browse files Browse the repository at this point in the history
…essageFix

Fix test broken by relation error message fix from johan
  • Loading branch information
do4gr authored Mar 13, 2018
2 parents cd4be7d + b98f729 commit 283e1f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ object InvalidNames {
s"$value is not a valid name for a $tpe. It must start with a letter and may contain up to 30 letters, numbers, underscores and hyphens."
}
def forRelation(value: String, tpe: String) = {
s"The provided name: $value is not valid for a $tpe. It can only have up to 54 characters and must have the shape [A-Z][a-zA-Z0-9]*"
s"The provided name: $value is not a valid name for a $tpe. It can only have up to 54 characters and must have the shape [A-Z][a-zA-Z0-9]*"
}
}

0 comments on commit 283e1f0

Please sign in to comment.