Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
laran committed Mar 27, 2016
1 parent 641f656 commit 1420898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lexer_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ describe('Lexer', function () {
]);
});

if('can recognise multiple LITERAL values', function () {
it('can recognise multiple LITERAL values', function () {
// same check, but without quotes
gql.lex('[magic,mystery]').should.eql([
{token: 'IN', matched: '[magic,mystery]'}
Expand Down

0 comments on commit 1420898

Please sign in to comment.