Skip to content

Commit

Permalink
updated error message
Browse files Browse the repository at this point in the history
  • Loading branch information
rickbutton committed Jan 15, 2020
1 parent ff775dc commit 34c9fea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,5 +1,5 @@
{
"plugins": [["recordAndTuple", { "syntaxType": "hash" }]],
"recordAndTupleSyntaxType": "invalid",
"throws": "The \"recordAndTupleSyntaxType\" generator option must be either \"bar\" or \"hash\" (\"invalid\" received)"
"throws": "The \"recordAndTupleSyntaxType\" generator option must be \"bar\" or \"hash\" (\"invalid\" received)"
}
@@ -1,4 +1,4 @@
{
"plugins": [["recordAndTuple", { "syntaxType": "hash" }]],
"throws": "The \"recordAndTupleSyntaxType\" generator option must be either \"bar\" or \"hash\" (undefined received)"
"throws": "The \"recordAndTupleSyntaxType\" generator option must be \"bar\" or \"hash\" (undefined received)"
}

0 comments on commit 34c9fea

Please sign in to comment.