Skip to content

Commit

Permalink
Use test description consistent with fixture file
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejulius committed Nov 7, 2018
1 parent 83a50b8 commit 982221f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/query/search_original.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module.exports.tests.query = function(test, common) {
var expected = require('../fixture/search_linguistic_focus_bbox_original');

t.deepEqual(compiled.type, 'search_original', 'query type set');
t.deepEqual(compiled.body, expected, 'search_linguistic_focus_bbox');
t.deepEqual(compiled.body, expected, 'search_linguistic_focus_bbox_original');
t.end();
});

Expand Down

0 comments on commit 982221f

Please sign in to comment.