Navigation Menu

Skip to content

Commit

Permalink
Fix label for testIndividualTerm
Browse files Browse the repository at this point in the history
  • Loading branch information
darashi committed Aug 1, 2012
1 parent cab5a32 commit 9ba59ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/q-translator.test.js
Expand Up @@ -7,7 +7,7 @@ var QueryTranslator = require('../lib/q-translator').QueryTranslator;

function testIndividualTerm(label, individualTerm, expectedBooleanQuery,
expectedOffset) {
test('term: ' + label + ': ' +
test('individual term: ' + label + ': ' +
'<' + individualTerm + '> -> <' + expectedBooleanQuery + '>', function() {
var translator = new QueryTranslator();
var context = {
Expand Down

0 comments on commit 9ba59ee

Please sign in to comment.