Skip to content

Commit

Permalink
test: use different value for rest input
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jul 27, 2012
1 parent 5a0c747 commit 1963ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bq-translator.test.js
Expand Up @@ -52,5 +52,5 @@ suite('BoolanQueryTranslator', function() {
testExpression("value only: unsigned integer",
"field == 29",
"29".length,
"29 29");
"29 75");
})

0 comments on commit 1963ddd

Please sign in to comment.